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
Mapper Service
Commits
b0feaa83
Commit
b0feaa83
authored
Jul 23, 2020
by
Jonas Waeber
Browse files
Add note to DUMMY-VALUE
parent
d55b016a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/kotlin/builder/RecordResource.kt
View file @
b0feaa83
...
...
@@ -123,6 +123,8 @@ abstract class RecordResource(institutionId: String) : IResource {
val
relation
=
model
.
createResource
()
relation
.
addProperty
(
RICO
.
type
,
KEYS
.
relationTypeMap
[
relationType
])
if
(
relationName
.
isEmpty
())
{
// NOTE: If this constant is changed it needs to be changed in the normalization
// ExtractCreationRelationNameTransform as well.
relation
.
addProperty
(
RICO
.
name
,
"DUMMY-VALUE"
)
}
else
{
relationName
.
forEach
{
...
...
Write
Preview
Supports
Markdown
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