Commit 7f153aa
committed
fix(project-creation): Recreate when an integration alert is configured
The back-nav reuse check compared platform, name, team, and alert-frequency fields but not the messaging-integration notification selection, so adding an integration alert on return and creating could take the reuse shortcut and skip createNotificationAction, silently dropping the rule.
The selection is not persisted across nav, so the baseline is always no integration. Treat a configured integration notification as a change that defeats reuse, forcing a fresh project so the rule is created. Persisting the selection and comparing it precisely is tracked in VDY-124. (Addresses Cursor Bugbot.)1 parent 920af0d commit 7f153aa
1 file changed
Lines changed: 7 additions & 1 deletion
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
292 | 298 | | |
293 | 299 | | |
294 | 300 | | |
| |||
0 commit comments