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
AE UTBM
Sith
Commits
52a09139
Commit
52a09139
authored
Jan 03, 2017
by
Skia
🤘
Browse files
Tiny fix in the counter
parent
b347b874
Pipeline
#672
passed with stage
in 3 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
counter/models.py
View file @
52a09139
...
...
@@ -163,7 +163,7 @@ class Counter(models.Model):
def
can_be_viewed_by
(
self
,
user
):
if
self
.
type
==
"BAR"
or
self
.
type
==
"EBOUTIC"
:
return
True
return
user
.
is_in_group
(
settings
.
SITH_MAIN_BOARD_GROUP
)
or
user
in
self
.
sellers
return
user
.
is_in_group
(
settings
.
SITH_MAIN_BOARD_GROUP
)
or
user
in
self
.
sellers
.
all
()
def
gen_token
(
self
):
"""Generate a new token for this counter"""
...
...
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