Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CoopStarter Data
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Startin blox
A
applications
Coop Starter
CoopStarter Data
Commits
c0a56160
Commit
c0a56160
authored
Oct 11, 2019
by
Benoit Alessandroni
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/fix-serialize' into 'master'
Fix serialization See merge request
!65
parents
fa00d1b0
b2bfc746
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coopstarter_data/models.py
coopstarter_data/models.py
+1
-1
No files found.
coopstarter_data/models.py
View file @
c0a56160
...
...
@@ -210,7 +210,7 @@ class Request (Model):
authenticated_perms
=
[
'inherit'
,
'add'
,
'change'
]
owner_field
=
'submitter'
serializer_fields
=
[
"@id"
,
"name"
,
"description"
,
"skills"
,
"fields"
,
"language"
,
\
"organisation"
,
"submitter"
,
"reviewer"
,
"created_on"
,
"target"
,
"country"
]
"organisation"
,
"submitter"
,
"reviewer"
,
"created_on"
,
"target"
,
"country"
,
"status"
]
owner_perms
=
[
'inherit'
,
'change'
,
'control'
,
'delete'
]
nested_fields
=
[
"language"
,
"fields"
,
"organisation"
,
"submitter"
,
"country"
]
container_path
=
'requests/'
...
...
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