⬆️ Upgrade database table view
This commit is contained in:
parent
44349c692b
commit
8daa98be52
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue