mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 09:15:33 +00:00
IDs: string -> int
This commit is contained in:
@@ -11,8 +11,8 @@ import (
|
||||
func RecordsFromRelationBändeAkteure(
|
||||
app core.App,
|
||||
relations xmlmodels.Relationen_Bände_Akteure,
|
||||
entries map[string]*dbmodels.Entry,
|
||||
agents map[string]*dbmodels.Agent,
|
||||
entries map[int]*dbmodels.Entry,
|
||||
agents map[int]*dbmodels.Agent,
|
||||
) ([]*dbmodels.REntriesAgents, error) {
|
||||
records := make([]*dbmodels.REntriesAgents, 0, len(relations.Relationen))
|
||||
collection, err := app.FindCollectionByNameOrId(dbmodels.RelationTableName(dbmodels.ENTRIES_TABLE, dbmodels.AGENTS_TABLE))
|
||||
|
||||
Reference in New Issue
Block a user