Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,696
Issues
1,696
List
Boards
Labels
Service Desk
Milestones
Merge Requests
88
Merge Requests
88
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
0fd2697e
Commit
0fd2697e
authored
Oct 20, 2016
by
Mikaël Salson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
server/web2py/applications/vidjil/models/user_group.py
server/web2py/applications/vidjil/models/user_group.py
+1
-1
No files found.
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
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