summaryrefslogtreecommitdiffstats
path: root/client/components/lists/listBody.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-04-19 16:30:27 +0300
committerLauri Ojansivu <x@xet7.org>2020-04-19 16:30:27 +0300
commit6cae14d6e9c58f394df14cf2ce48d3d53990c223 (patch)
tree1ce50b227c98de1c0bb1c34cdb412c4fd1372896 /client/components/lists/listBody.js
parente7002f417b1e9550b257dfee6b669ef0ffa69012 (diff)
parentb42d8346cda99258f4ab5689ebd02fdc7c2e85c3 (diff)
downloadwekan-6cae14d6e9c58f394df14cf2ce48d3d53990c223.tar.gz
wekan-6cae14d6e9c58f394df14cf2ce48d3d53990c223.tar.bz2
wekan-6cae14d6e9c58f394df14cf2ce48d3d53990c223.zip
Merge branch 'feature-sortable-boards' of https://github.com/boeserwolf/wekan into boeserwolf-feature-sortable-boards
Diffstat (limited to 'client/components/lists/listBody.js')
-rw-r--r--client/components/lists/listBody.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/lists/listBody.js b/client/components/lists/listBody.js
index 03f88f63..88f88db0 100644
--- a/client/components/lists/listBody.js
+++ b/client/components/lists/listBody.js
@@ -411,7 +411,7 @@ BlazeComponent.extendComponent({
type: 'board',
},
{
- sort: ['title'],
+ sort: { sort: 1 /* boards default sorting */ },
},
);
return boards;
@@ -597,7 +597,7 @@ BlazeComponent.extendComponent({
type: 'board',
},
{
- sort: ['title'],
+ sort: { sort: 1 /* boards default sorting */ },
},
);
return boards;