Attempts to edit a merge query will automatically be cancelled
if the dashboard has been modified. The embedding application should
listen for the dashboard:tile:merge
event and render some kind of
message telling the user why the request to edit a merge query will
not happen and what to do (save the dashboard, edit the dashboard
again and then initiate the merge query). The reason for this is that
any existing edits to the dashboard will be lost.
The message will be displayed using the javascript confirm function if the dashboard has been modified. The user may either confirm and lose the edits or cancel and save the edits before editing the merged query. This option takes precedence over the cancelIfDashboardModified option.
Generated using TypeDoc
Merged query edit flow options.