Page MenuHomePhabricator

Provide convenience method addTextCrumb() to PhabricatorCrumbsView
ClosedPublic

Authored by epriestley on Dec 18 2013, 7:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 6, 4:33 AM
Unknown Object (File)
Apr 26 2025, 6:45 PM
Unknown Object (File)
Apr 26 2025, 1:54 PM
Unknown Object (File)
Apr 26 2025, 12:58 PM
Unknown Object (File)
Apr 25 2025, 7:48 PM
Unknown Object (File)
Apr 25 2025, 5:25 PM
Unknown Object (File)
Apr 25 2025, 4:17 PM
Unknown Object (File)
Apr 24 2025, 1:13 PM
Subscribers

Details

Summary

We currently have a lot of calls to addCrumb(id(new PhabricatorCrumbView())->...) which can be expressed much more simply with a convenience method. Nearly all crumbs are only textual.

Test Plan
  • This was mostly automated, then I cleaned up a few unusual sites manually.
  • Bunch of grep / randomly clicking around.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped