summaryrefslogtreecommitdiffstats
path: root/client/components/rules
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/rules
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/rules')
-rw-r--r--client/components/rules/actions/boardActions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/rules/actions/boardActions.js b/client/components/rules/actions/boardActions.js
index c2f2375a..02910cc1 100644
--- a/client/components/rules/actions/boardActions.js
+++ b/client/components/rules/actions/boardActions.js
@@ -11,7 +11,7 @@ BlazeComponent.extendComponent({
},
},
{
- sort: ['title'],
+ sort: { sort: 1 /* boards default sorting */ },
},
);
return boards;