Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
e08f198f
Verified
Commit
e08f198f
authored
Jan 25, 2019
by
Sébastiaan Versteeg
Browse files
Fix all entityType values of conscribosync
parent
bfb80381
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/members/management/commands/conscribosync.py
View file @
e08f198f
...
...
@@ -64,7 +64,7 @@ class Command(BaseCommand):
replace_commands
.
append
(
ApiCommand
(
command
=
'ReplaceRelation'
,
entityType
=
'lid'
,
entityType
=
'lid
_2
'
,
fields
=
fields
,
code
=
code
,
))
...
...
@@ -78,7 +78,7 @@ class Command(BaseCommand):
for
code
in
current_relations
.
values
():
delete_commands
.
append
(
ApiCommand
(
command
=
'DeleteRelation'
,
entityType
=
'lid'
,
entityType
=
'lid
_2
'
,
code
=
code
,
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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