Revert list sorting change of Wekan v3.51 because it reversed

alphabetical sorting of lists.

Thanks to Dalisay and xet7 !
This commit is contained in:
Lauri Ojansivu 2019-11-14 21:31:38 +02:00
parent 16cc4d7cbd
commit ab2a721a14

View file

@ -396,8 +396,8 @@ Users.helpers({
return ret;
},
hasSortBy() {
// if user has dragHandle, then we can let user to choose sort list by different order
return this.hasShowDesktopDragHandles();
// if use doesn't have dragHandle, then we can let user to choose sort list by different order
return !this.hasShowDesktopDragHandles();
},
getListSortBy() {
return this._getListSortBy()[0];