mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 09:15:33 +00:00
Relationen, fehlt -PreferredTitle für Entries -Überflüssige Felder in Contents
This commit is contained in:
@@ -13,7 +13,7 @@ func NormalizeString(s string) string {
|
||||
return s
|
||||
}
|
||||
|
||||
func batchSave(app core.App, records []*core.Record) error {
|
||||
func BatchSave(app core.App, records []*core.Record) error {
|
||||
app.RunInTransaction(func(txapp core.App) error {
|
||||
for _, record := range records {
|
||||
if err := txapp.Save(record); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user