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
ba5b5263
Commit
ba5b5263
authored
Jan 12, 2022
by
Joerg-Holger Panzer
Browse files
Disable iiif Manifest and Citation creation
parent
91061964
Pipeline
#265447
passed with stages
in 10 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
indexer/mets/mets.go
View file @
ba5b5263
...
...
@@ -587,17 +587,19 @@ func ProcessMetsWorker(mythread int) {
Context
:
metsObject
.
Context
})
}
var
firstLog
types
.
ESLog
for
_
,
esLog
:=
range
esLogMap
{
if
esLog
.
IsFirst
{
firstLog
=
esLog
break
}
}
if
false
{
// TODO change this
//if firstLog.Doctype == "work" {
/*
var firstLog types.ESLog
for _, esLog := range esLogMap {
if esLog.IsFirst {
firstLog = esLog
break
}
}
if firstLog.Doctype == "work" {
*/
// ---
citationData
:=
types
.
ExportWork
{
WorkID
:
metsObject
.
WorkID
,
...
...
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