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
Sith
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
59
Issues
59
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
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
AE
Sith
Commits
a4abf50d
Commit
a4abf50d
authored
Feb 22, 2017
by
Skia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow former subscribers to see user profiles
parent
a4984317
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/models.py
core/models.py
+1
-1
No files found.
core/models.py
View file @
a4abf50d
...
...
@@ -402,7 +402,7 @@ class User(AbstractBaseUser):
return
user
.
is_in_group
(
settings
.
SITH_MAIN_BOARD_GROUP
)
or
user
.
is_root
def
can_be_viewed_by
(
self
,
user
):
return
(
user
.
is_in_group
(
settings
.
SITH_MAIN_MEMBERS_GROUP
)
and
self
.
is_subscriber_viewable
)
or
user
.
is_root
return
(
user
.
was_subscribed
(
)
and
self
.
is_subscriber_viewable
)
or
user
.
is_root
def
get_mini_item
(
self
):
return
"""
...
...
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