mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 10:35:30 +00:00
+BIGFIX: order buttons, collapse inhalte list
This commit is contained in:
@@ -90,7 +90,6 @@ var CONTENTS_FTS5_FIELDS = []string{
|
||||
YEAR_FIELD,
|
||||
EXTENT_FIELD,
|
||||
DIMENSIONS_FIELD,
|
||||
NUMBERING_FIELD,
|
||||
ENTRIES_TABLE,
|
||||
AGENTS_TABLE,
|
||||
MUSENALMID_FIELD,
|
||||
@@ -394,7 +393,6 @@ func FTS5ValuesContent(content *Content, entry *Entry, agents []*Agent) []string
|
||||
strconv.Itoa(content.Year()),
|
||||
content.Extent(),
|
||||
content.Dimensions(),
|
||||
strconv.FormatFloat(content.Numbering(), 'f', 3, 64),
|
||||
entrystring,
|
||||
agentstring,
|
||||
strconv.Itoa(content.MusenalmID()),
|
||||
|
||||
Reference in New Issue
Block a user