Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
b8c27e6d
authored
May 18, 2021
by
Máhonfai Bálint
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Export future members' org IDs when exporting group
parent
6f4187b1
Pipeline
#1441
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
circle/dashboard/models.py
+3
-3
No files found.
circle/dashboard/models.py
View file @
b8c27e6d
...
@@ -365,9 +365,9 @@ class GroupProfile(AclBase):
...
@@ -365,9 +365,9 @@ class GroupProfile(AclBase):
"instance_limit"
:
self
.
instance_limit
,
"instance_limit"
:
self
.
instance_limit
,
"template_instance_limit"
:
self
.
template_instance_limit
,
"template_instance_limit"
:
self
.
template_instance_limit
,
"disk_quota"
:
self
.
disk_quota
,
"disk_quota"
:
self
.
disk_quota
,
"users"
:
[
"users"
:
user
.
profile
.
org_id
for
user
in
self
.
group
.
user_set
.
all
()
[
user
.
profile
.
org_id
for
user
in
self
.
group
.
user_set
.
all
()]
+
],
[
user
.
org_id
for
user
in
self
.
group
.
futuremember_set
.
all
()
],
"permissions"
:
[
"permissions"
:
[
permission
.
natural_key
()
permission
.
natural_key
()
for
permission
in
self
.
group
.
permissions
.
all
()
for
permission
in
self
.
group
.
permissions
.
all
()
...
...
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