Page MenuHomePhabricator

Remove unused apps from the DocumentType typeahead
ClosedPublic

Authored by jcox on Aug 24 2016, 9:44 PM.
Tags
None
Referenced Files
F13185054: D16445.diff
Sat, May 11, 2:33 AM
Unknown Object (File)
Tue, May 7, 1:24 AM
Unknown Object (File)
Fri, May 3, 2:15 AM
Unknown Object (File)
Mon, Apr 29, 1:38 PM
Unknown Object (File)
Wed, Apr 24, 9:50 PM
Unknown Object (File)
Sun, Apr 21, 3:43 PM
Unknown Object (File)
Fri, Apr 19, 6:58 AM
Unknown Object (File)
Wed, Apr 17, 2:33 PM
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.