Field position management

This commit is contained in:
William Bouzourène 2025-02-11 13:44:53 +01:00
parent aaad6ae454
commit 03b1f92886
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
6 changed files with 138 additions and 12 deletions

View file

@ -13,6 +13,7 @@ type Field struct {
FieldType string
ListID uint
List List
Position int
}
type FieldValue struct {