Page MenuHomePhabricator

Remove unused apps from the DocumentType typeahead
ClosedPublic

Authored by jcox on Aug 24 2016, 9:44 PM.
Tags
None
Referenced Files
F14829525: D16445.id.diff
Wed, Jan 29, 4:57 PM
Unknown Object (File)
Mon, Jan 27, 7:53 AM
Unknown Object (File)
Fri, Jan 24, 10:11 PM
Unknown Object (File)
Fri, Jan 24, 3:40 PM
Unknown Object (File)
Fri, Jan 24, 3:40 PM
Unknown Object (File)
Fri, Jan 24, 3:40 PM
Unknown Object (File)
Fri, Jan 24, 3:39 PM
Unknown Object (File)
Wed, Jan 22, 10:48 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.