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
cc34c33f
Commit
cc34c33f
authored
Jan 24, 2019
by
Joren Vrancken
Browse files
Merge branch 'fix/conscribo-sync' into 'master'
Set right entity type in conscribo sync See merge request
!1137
parents
d7cd56e3
d079c639
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/members/management/commands/conscribosync.py
View file @
cc34c33f
...
...
@@ -22,7 +22,7 @@ class Command(BaseCommand):
try
:
relations_response
=
api
.
single_request
(
'listRelations'
,
entityType
=
'lid'
,
entityType
=
'lid
_2
'
,
requestedFields
=
{
'fieldName'
:
[
'website_id'
,
'code'
]
},
...
...
Joren Vrancken
@jvrancken
mentioned in commit
2d084ff6
·
Jan 24, 2019
mentioned in commit
2d084ff6
mentioned in commit 2d084ff6b87731afc79cb86f2ce17fceb53087ad
Toggle commit list
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