Page MenuHomePhabricator

Give typeahead browse dialogs sensible titles
ClosedPublic

Authored by epriestley on Apr 19 2015, 2:33 PM.
Tags
None
Referenced Files
F15534907: D12469.id29924.diff
Thu, Apr 24, 2:38 AM
F15442115: D12469.id29924.diff
Wed, Mar 26, 9:35 PM
F15442110: D12469.id29960.diff
Wed, Mar 26, 9:33 PM
F15353730: D12469.diff
Mar 10 2025, 11:57 PM
F15302601: D12469.id29960.diff
Mar 5 2025, 7:06 PM
F15285212: D12469.diff
Mar 4 2025, 12:02 PM
Unknown Object (File)
Feb 9 2025, 6:21 PM
Unknown Object (File)
Feb 8 2025, 3:48 AM
Subscribers

Details

Summary

Ref T4100. Let datasources specify a more meaningful title than the class name.

Test Plan

Browsed some sources.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Give typeahead browse dialogs sensible titles.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
chad added a reviewer: chad.
chad added a subscriber: chad.
chad added inline comments.
src/applications/people/typeahead/PhabricatorViewerDatasource.php
7

Is this a browse interface of one item?

This revision is now accepted and ready to land.Apr 19 2015, 2:38 PM

Yeah, the viewer(), viewerprojects() and null() datasources all return only one item. Users can never normally hit these browse dialogs unless they're developing/debugging, though.

This revision was automatically updated to reflect the committed changes.