Commit c459b69
committed
Ensure that deleting an offsite link from a standard edition only removes the association, not the offsite link itself
In the existing implementation, deleting an offsite link from a standard edition would delete the offsite link record itself,
which would affect other editions that are associated with the same offsite link.
I've made sure only the association between the edition and the offsite link is removed, ß
while retaining the offsite link record or any other editions that may be using it.
This follows the established design from #110011 parent 4f2ffd1 commit c459b69
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| |||
0 commit comments