mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 02:25:30 +00:00
BUGFIX: double entries for almanachse
This commit is contained in:
@@ -54,7 +54,7 @@ func RecordsFromRelationBändeAkteure(
|
||||
ser := record.Agent()
|
||||
|
||||
if strings.TrimSpace(rel) == "" || strings.TrimSpace(ent) == "" || strings.TrimSpace(ser) == "" {
|
||||
entry.SetEditState(dbmodels.EDITORSTATE_VALUES[len(dbmodels.EDITORSTATE_VALUES)-2])
|
||||
appendEntryComment(entry, "Unvollständige Relation Band–Akteur; bitte prüfen.")
|
||||
_ = app.Save(entry)
|
||||
}
|
||||
records = append(records, record)
|
||||
|
||||
Reference in New Issue
Block a user