mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04:00
Add sort field to boards model
This commit is contained in:
parent
f583645744
commit
2400c91013
1 changed files with 8 additions and 0 deletions
|
@ -493,6 +493,14 @@ Boards.attachSchema(
|
|||
type: String,
|
||||
defaultValue: 'board',
|
||||
},
|
||||
sort: {
|
||||
/**
|
||||
* Sort value
|
||||
*/
|
||||
type: Number,
|
||||
decimal: true,
|
||||
defaultValue: -1,
|
||||
},
|
||||
}),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue