mirror of
https://github.com/wekan/wekan.git
synced 2025-12-31 14:48:48 +01: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,
|
type: String,
|
||||||
defaultValue: 'board',
|
defaultValue: 'board',
|
||||||
},
|
},
|
||||||
|
sort: {
|
||||||
|
/**
|
||||||
|
* Sort value
|
||||||
|
*/
|
||||||
|
type: Number,
|
||||||
|
decimal: true,
|
||||||
|
defaultValue: -1,
|
||||||
|
},
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue