mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-02 09:58:24 +01:00
72f82abe07
Summary: Fixes T13443. When a panel raises an exception during edit action generation, it currently escapes to top level. Instead, catch it more narrowly. Additionally, mark "ChangesetSearchEngine" as not being a suitable search engine for use in query panels. There's no list view or search URI so it can't generate a sensible panel. Test Plan: - Added a changeset panel to a dashboard. - Before: entire dashboard fataled. - After: panel fataled narrowly, menu fatals narrowly, dashboard no longer permits creation of another Changeset query panel. Maniphest Tasks: T13443 Differential Revision: https://secure.phabricator.com/D20902 |
||
---|---|---|
.. | ||
application | ||
conduit | ||
constants | ||
controller | ||
editfield | ||
editor | ||
engine | ||
engineextension | ||
icon | ||
install | ||
interface | ||
layoutconfig | ||
menuitem | ||
paneltype | ||
phid | ||
query | ||
remarkup | ||
storage | ||
typeahead | ||
xaction |