Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Import Process
Import API
Commits
3acde840
Commit
3acde840
authored
Jun 28, 2021
by
Jonas Waeber
Browse files
Fix write report.
parent
4ba0723d
Pipeline
#28652
passed with stages
in 1 minute and 57 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
import_api_app/resources/WriteTypeReportToDrupal.py
View file @
3acde840
...
...
@@ -107,6 +107,7 @@ class WriteTypeReportToDrupal(Resource):
if
node_type
==
'institution'
:
drupal_type
=
'node--institution'
url
+=
'institution/'
url
=
f
'
{
url
}{
identifier
}
'
elif
node_type
==
'record_set'
:
drupal_type
=
'node--record_set'
url
+=
'record_set/'
...
...
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