mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 10:22:42 +01:00
1a001ca033
Summary: Fixes T8774. When an ApplicationSearch page returned an error (e.g., using a "viewer()" query while logged out), we would try to add action links to a box without a header. Instead: - If a box has no header, but has show/hide actions, just create an empty header so the view renders. This is a little silly looking but does what the caller asks. - Always set the title on the result box, so we get a header. Test Plan: Did an invalid (logged out, with viewer()) search. Did a valid search. Reviewers: btrahan, chad Reviewed By: chad Subscribers: epriestley Maniphest Tasks: T8774 Differential Revision: https://secure.phabricator.com/D13576 |
||
---|---|---|
.. | ||
application | ||
applicationpanel | ||
config | ||
constants | ||
controller | ||
engine | ||
field | ||
index | ||
interface | ||
management | ||
query | ||
storage | ||
typeahead | ||
view | ||
worker |