Skip to content

Commit f5a71cb

Browse files
committed
chore(spp_user_roles): bump 19.0.2.0.0 → 19.0.2.0.1 + HISTORY entry
1 parent 980b34f commit f5a71cb

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

spp_user_roles/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"name": "OpenSPP User Roles",
44
"category": "OpenSPP",
5-
"version": "19.0.2.0.0",
5+
"version": "19.0.2.0.1",
66
"sequence": 1,
77
"author": "OpenSPP.org",
88
"website": "https://github.com/OpenSPP/OpenSPP2",

spp_user_roles/readme/HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 19.0.2.0.1
2+
3+
- fix(role): allow assigning groups to a brand-new role in a single save. Clicking **Add a line** in the role form's Groups tab used to trigger inline creation of a blank `res.groups` row, which raised a required-field validation error and aborted the save. The `implied_ids` field's inner list now uses `create="0"` so the button opens an "Add" picker against existing groups, and `res.users.role.create()` extracts `implied_ids` before `super().create()` and writes them to the role's `group_id` afterwards — mirroring the existing `write()` workaround in `base_user_role` for the same `_inherits` cache-clearing bug.
4+
15
### 19.0.2.0.0
26

37
- Initial migration to OpenSPP2

0 commit comments

Comments
 (0)