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
concrexit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
70
Issues
70
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
thalia
concrexit
Commits
958592a3
Commit
958592a3
authored
Oct 24, 2019
by
Joren Vrancken
1
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/view-group' into 'master'
Fix whoCanViewGroup in GSuite sync See merge request
!1393
parents
c772f1b4
fd9713ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
website/mailinglists/gsuite.py
website/mailinglists/gsuite.py
+1
-1
website/mailinglists/tests/test_gsuite.py
website/mailinglists/tests/test_gsuite.py
+2
-2
No files found.
website/mailinglists/gsuite.py
View file @
958592a3
...
...
@@ -57,7 +57,7 @@ class GSuiteSyncService:
'whoCanModerateContent'
:
'OWNERS_AND_MANAGERS'
,
'whoCanModerateMembers'
:
'NONE'
,
'whoCanPostMessage'
:
'ANYONE_CAN_POST'
,
'whoCanViewGroup'
:
'ALL_M
ANAG
ERS_CAN_VIEW'
,
'whoCanViewGroup'
:
'ALL_M
EMB
ERS_CAN_VIEW'
,
'whoCanViewMembership'
:
'ALL_MANAGERS_CAN_VIEW'
}
...
...
website/mailinglists/tests/test_gsuite.py
View file @
958592a3
...
...
@@ -91,7 +91,7 @@ class GSuiteSyncTestCase(TestCase):
'whoCanModerateContent'
:
'OWNERS_AND_MANAGERS'
,
'whoCanModerateMembers'
:
'NONE'
,
'whoCanPostMessage'
:
'ANYONE_CAN_POST'
,
'whoCanViewGroup'
:
'ALL_M
ANAG
ERS_CAN_VIEW'
,
'whoCanViewGroup'
:
'ALL_M
EMB
ERS_CAN_VIEW'
,
'whoCanViewMembership'
:
'ALL_MANAGERS_CAN_VIEW'
})
self
.
assertEqual
(
self
.
sync_service
.
_group_settings
(
True
),
{
...
...
@@ -110,7 +110,7 @@ class GSuiteSyncTestCase(TestCase):
'whoCanModerateContent'
:
'OWNERS_AND_MANAGERS'
,
'whoCanModerateMembers'
:
'NONE'
,
'whoCanPostMessage'
:
'ANYONE_CAN_POST'
,
'whoCanViewGroup'
:
'ALL_M
ANAG
ERS_CAN_VIEW'
,
'whoCanViewGroup'
:
'ALL_M
EMB
ERS_CAN_VIEW'
,
'whoCanViewMembership'
:
'ALL_MANAGERS_CAN_VIEW'
})
...
...
Joren Vrancken
@jvrancken
mentioned in commit
da80884b
·
Oct 24, 2019
mentioned in commit
da80884b
mentioned in commit da80884b8190809055f4fbd6f02f691bcb00ebaf
Toggle commit list
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