Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
0fd2697e
Commit
0fd2697e
authored
Oct 20, 2016
by
Mikaël Salson
Browse files
user_group.py: typo
I'm glad when I succeed to spot typos coming from English people ;)
parent
e3bdc9fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/models/user_group.py
View file @
0fd2697e
...
...
@@ -21,7 +21,7 @@ def get_default_creation_group(auth):
else
:
tgt_group
=
group
group_dict
[
tgt_group
.
id
]
=
{
'id'
:
tgt_group
.
id
,
'name'
:
'Person
n
al Group'
if
tgt_group
.
id
==
auth
.
user_group
()
else
tgt_group
.
role
}
'name'
:
'Personal Group'
if
tgt_group
.
id
==
auth
.
user_group
()
else
tgt_group
.
role
}
elements
=
db
(
(
db
.
auth_permission
.
group_id
==
tgt_group
.
id
)
&
(
db
.
auth_permission
.
table_name
.
belongs
(
'patient'
,
'run'
,
'sample_set'
))
&
...
...
Write
Preview
Supports
Markdown
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