⬆️ Upgrade database table view

This commit is contained in:
Daniel 2023-12-14 10:49:14 +08:00
parent 44349c692b
commit 8daa98be52
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1404,7 +1404,9 @@ func sortAttributeViewRow(operation *Operation) (err error) {
}
}
if "" == rowID {
return
rowID = operation.ID
view.Table.RowIDs = append(view.Table.RowIDs, rowID)
index = len(view.Table.RowIDs) - 1
}
switch view.LayoutType {