mirror of
https://github.com/plankanban/planka.git
synced 2025-07-22 14:49:43 +02:00
parent
d627a19935
commit
aa69bb8d1e
33 changed files with 370 additions and 104 deletions
|
@ -9,6 +9,6 @@ module.exports = {
|
|||
},
|
||||
|
||||
async fn(inputs) {
|
||||
return Label.find(inputs.criteria).sort('id');
|
||||
return Label.find(inputs.criteria).sort('position');
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue