-
Notifications
You must be signed in to change notification settings - Fork 8.4k
use href instead of onClick for the dashboard locator #221367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
const dashboardLocator = urlService.locators.get<DashboardLocatorParams>(DASHBOARD_APP_LOCATOR); | ||
|
||
useEffect(() => { | ||
setTimeRange(getPaddedAlertTimeRange(alertStart!, alertEnd)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason, it doesn't seem like the alert end date is working properly for recovered alerts. Whenever I navigate to the url, it just sets the end time as the absolute version of "now". Can you look into this further?
@elasticmachine merge upstream |
💔 Build Failed
Failed CI StepsHistory
cc @mgiota |
@elasticmachine merge upstream |
Hey @mgiota -- @andrewvc had created #228619 and added it to our upcoming iteration, but I just came across this in-progress PR, so I've closed Andrew's issue as a duplicate of the one this PR is closing. I see this PR hasn't had updates since May, I don't remember if we've talked about this at all. Can you remind me what's the status is here? Are we blocked on this? |
@jasonrhodes I am closing this one, since main changed and it is easier to fix in a new PR. I just opened a new one that fixes the issue @andrewvc created |
Fixes #221767
Follow up PR to address a few comments on this PR regarding the dashboard locator.
cc @dominiqueclarke