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
We currently register assistant context on mount. This is fine when we show a button to open an alert in assistant from flyout, but if we want to open alert from the table it will create as many contexts as there are alerts on the page:
If we change to register the context on click, we can show multiple context buttons at once like in this use case.
Once updated, please re-add the AssistantRowControlColumn to the alert_summaryActionsCell.
This is labeled as a bug because there is a bit of funkiness going on in Attack Discovery with the prompt context that would be resolved by this issue. Here is a video of this:
We currently register assistant context on mount. This is fine when we show a button to open an alert in assistant from flyout, but if we want to open alert from the table it will create as many contexts as there are alerts on the page:
If we change to register the context on click, we can show multiple context buttons at once like in this use case.
Once updated, please re-add the
AssistantRowControlColumnto thealert_summaryActionsCell.This is labeled as a bug because there is a bit of funkiness going on in Attack Discovery with the prompt context that would be resolved by this issue. Here is a video of this:
no.mov