Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
VISPA
VISPA web
Commits
c65b54cc
Commit
c65b54cc
authored
Jan 17, 2017
by
Benjamin Fischer
Browse files
usermanagement: fixed rights to view parent groups of public group
parent
0fa0d8da
Changes
1
Hide whitespace changes
Inline
Side-by-side
vispa/controller/usermanagement.py
View file @
c65b54cc
...
...
@@ -354,7 +354,7 @@ class UMAjaxController(AbstractController):
},
assocs
=
[
AssociationController
(
table
=
User
,
assoc
=
"manager"
,
rights
=
rights_manager
),
AssociationToGroupController
(
table
=
Group
,
assoc
=
"parent_group"
,
rights
=
{
"list"
:
(
Rights
.
member
,),
"list"
:
(
Rights
.
public
,),
"__default__"
:
(
Rights
.
forbidden
,),
}),
]
+
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment