mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 09:38:49 +01:00
Save template swimlanes in profile. Fix swimlane view for templates board. Avoid deleting template containers
This commit is contained in:
parent
0a53ee87b9
commit
64bf455b29
9 changed files with 74 additions and 26 deletions
|
|
@ -5,10 +5,10 @@ Template.headerUserBar.events({
|
|||
|
||||
Template.memberMenuPopup.helpers({
|
||||
templatesBoardId() {
|
||||
return Meteor.user().getTemplatesBoard().id;
|
||||
return Meteor.user().getTemplatesBoardId();
|
||||
},
|
||||
templatesBoardSlug() {
|
||||
return Meteor.user().getTemplatesBoard().slug;
|
||||
return Meteor.user().getTemplatesBoardSlug();
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue