You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When previewing an alert from the search page when drilling down on a dashboard, only the "Cancel" button is visible on the bottom of the modal. I'd expect "Mark as read", "Import alert as" etc to be visible and clickable.
This appears to be due to commit 7ab234e in an attempt to solve issue #1065, where the readonly-flag is hardcoded to "true" (presumably in ui/app/scripts/controllers/SearchCtrl.js, though I don't know exactly how all this stuff ties together). This hides the necessary buttons ("Mark as read" etc) from the bottom of the Alert Preview page.
Steps to Reproduce
Create dashboard.
Enter the Search page from drilling down in a dashboard.
Click on an alert.
The text was updated successfully, but these errors were encountered:
Hello @jurg, sorry for taking a look on this old issue very late. That behavior is expected since we wanted just to preview the alert from the search page.
Providing all the actions there might be a good option too. I will take on it.
Not possible to import new alerts to cases when drilling down from dashboard
Request Type
Bug
Work Environment
Problem Description
When previewing an alert from the search page when drilling down on a dashboard, only the "Cancel" button is visible on the bottom of the modal. I'd expect "Mark as read", "Import alert as" etc to be visible and clickable.
This appears to be due to commit 7ab234e in an attempt to solve issue #1065, where the readonly-flag is hardcoded to "true" (presumably in ui/app/scripts/controllers/SearchCtrl.js, though I don't know exactly how all this stuff ties together). This hides the necessary buttons ("Mark as read" etc) from the bottom of the Alert Preview page.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: