Page MenuHomePhabricator

Remove unused apps from the DocumentType typeahead
ClosedPublic

Authored by jcox on Aug 24 2016, 9:44 PM.
Tags
None
Referenced Files
F13280892: D16445.diff
Sun, Jun 2, 9:27 AM
F13267301: D16445.diff
Wed, May 29, 3:07 AM
F13257013: D16445.id39560.diff
Sat, May 25, 7:40 PM
F13251579: D16445.diff
Sat, May 25, 12:12 AM
F13242034: D16445.diff
May 23 2024, 1:37 AM
F13202704: D16445.diff
May 14 2024, 11:02 PM
F13185054: D16445.diff
May 11 2024, 2:33 AM
Unknown Object (File)
May 7 2024, 1:24 AM
Subscribers

Details

Summary

Ref T10951. This diff removes uninstalled applications from the result set for DocumentType restults

Test Plan

Uninstall an application (diviner for example), then go to the document type search menu and ensure that the uninstalled application doesn't show up.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jcox retitled this revision from to Remove unused apps from the DocumentType typeahead.
jcox updated this object.
jcox edited the test plan for this revision. (Show Details)
src/applications/search/typeahead/PhabricatorSearchDocumentTypeDatasource.php
30–31

Is there a syntactically correct way to make this shorter without renaming things?

src/applications/search/typeahead/PhabricatorSearchDocumentTypeDatasource.php
30–31

Haha, does this fit?

$types =
  Blahblahblah::blahblah(
    $blahblahblah);
jcox edited edge metadata.
  • Made a line shorter
src/applications/search/typeahead/PhabricatorSearchDocumentTypeDatasource.php
31

lol yep. just barely!

This revision is now accepted and ready to land.Aug 25 2016, 2:20 PM
This revision was automatically updated to reflect the committed changes.