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
23b79eb4
Commit
23b79eb4
authored
Jan 31, 2019
by
Thom Wiggers
📐
Browse files
Merge branch 'fix/conscribosync-entity' into 'master'
Fix all entityType values of conscribosync See merge request
!1142
parents
67ac1f09
e08f198f
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/members/management/commands/conscribosync.py
View file @
23b79eb4
...
...
@@ -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