Page MenuHomePhabricator

Give typeahead browse dialogs sensible titles
ClosedPublic

Authored by epriestley on Apr 19 2015, 2:33 PM.
Tags
None
Referenced Files
F18598424: D12469.diff
Sat, Sep 13, 5:00 AM
F18565866: D12469.id.diff
Tue, Sep 9, 1:48 PM
F18497292: D12469.diff
Thu, Sep 4, 5:58 PM
F18099639: D12469.id29960.diff
Aug 9 2025, 7:11 AM
F17849544: D12469.id.diff
Jul 27 2025, 8:49 AM
F17841394: D12469.diff
Jul 26 2025, 10:23 PM
F17625330: D12469.diff
Jul 10 2025, 3:11 AM
Unknown Object (File)
May 18 2025, 10:34 PM
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.