Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
metsimporter
Commits
91490c68
Commit
91490c68
authored
Jan 14, 2022
by
Joerg-Holger Panzer
Browse files
Remove identifiers s.
DINO-688
parent
21f7fcfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
indexer/export/iiif.go
View file @
91490c68
...
...
@@ -734,12 +734,14 @@ func CreateIiifManifest(mythread int) {
}
// --- []metadata -> identifier
/* remove identifier
if len(esLog.Identifier) > 0 {
metadata = append(metadata, types.Metadata{
Label: "Identifier",
Value: esLog.Identifier,
})
}
*/
// --- []metadata -> title
if
esLog
.
Title
!=
nil
&&
esLog
.
Title
.
Title
!=
""
{
...
...
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