Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 55d83873
authored
Jan 23, 2025
by
aa.gusti
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'beta-4.2' of
https://git.opensipkd.com/aa.gusti/opensipkd-base
into beta-4.2
2 parents
97643556
8a5e10cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
opensipkd/base/views/groups.py
opensipkd/base/views/groups.py
View file @
55d8387
...
...
@@ -94,7 +94,9 @@ class Views(BaseView):
def
save_request
(
self
,
values
,
row
=
None
):
insert
=
not
row
row
=
self
.
save
(
values
,
self
.
req
.
user
,
row
)
vals
=
values
.
copy
()
vals
.
pop
(
'permissions'
)
row
=
self
.
save
(
vals
,
self
.
req
.
user
,
row
)
existing
=
group_permission_set
(
row
)
unused
=
existing
-
values
[
'permissions'
]
if
unused
:
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment