Commit 980b34f
committed
fix(spp_user_roles): drop position=replace on implied_ids
OCA xml-view-dangerous-replace-low-priority hook flagged the
position="replace" used to add a domain and an embedded list to the
`implied_ids` field on the role form. Replace is reserved as a last
resort; the same effect can be achieved with position="attributes"
(for the new domain) plus position="inside" (to embed the list).
Functionally identical for OP#979 — the field still restricts the
group dropdown to free groups and the inline list still has create
disabled, but the inheritance is now safer for downstream views.1 parent a456097 commit 980b34f
1 file changed
Lines changed: 13 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
0 commit comments