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
fix(aci): conditionally show trigger logic type selector on automation edit (#100711)
since we've changed the trigger condition options, all of the new
conditions conflict when using the "all" logic type, and only the "any"
logic type can be used
<img width="402" height="206" alt="Google Keep Note"
src="https://github.com/user-attachments/assets/067b69f3-1834-4f21-8f13-514e04b648f9"
/>
therefore, we only want the "all" logic type to be available if the
automation has already selected it previously (this is only possible if
it was migrated from an issue alert rule)
when creating a new automation or editing an existing automation that
has the "any" logic type:
<img width="303" height="124" alt="Screenshot 2025-10-01 at 11 51 43 AM"
src="https://github.com/user-attachments/assets/2d69e426-212f-4c02-b582-e97a50b6aa9e"
/>
when editing an existing automation that has the "all" logic type:
<img width="348" height="179" alt="Screenshot 2025-10-01 at 11 52 22 AM"
src="https://github.com/user-attachments/assets/4018b898-c43b-4e2c-afbc-88be151cf964"
/>
0 commit comments