mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 01:28:49 +01:00
fixed sort reset
This commit is contained in:
parent
4aad9ca498
commit
4a95cb42cd
2 changed files with 11 additions and 4 deletions
|
|
@ -54,10 +54,6 @@ Template.boardChangeTitlePopup.events({
|
|||
});
|
||||
|
||||
BlazeComponent.extendComponent({
|
||||
onCreated(){
|
||||
// set sort to default
|
||||
Session.set('sortBy','')
|
||||
},
|
||||
watchLevel() {
|
||||
const currentBoard = Boards.findOne(Session.get('currentBoard'));
|
||||
return currentBoard && currentBoard.getWatchLevel(Meteor.userId());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue