mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +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
|
|
@ -22,9 +22,10 @@ template(name="swimlaneActionPopup")
|
|||
unless currentUser.isCommentOnly
|
||||
ul.pop-over-list
|
||||
li: a.js-set-swimlane-color {{_ 'select-color'}}
|
||||
hr
|
||||
ul.pop-over-list
|
||||
li: a.js-close-swimlane {{_ 'archive-swimlane'}}
|
||||
unless this.isTemplateContainer
|
||||
hr
|
||||
ul.pop-over-list
|
||||
li: a.js-close-swimlane {{_ 'archive-swimlane'}}
|
||||
|
||||
template(name="swimlaneAddPopup")
|
||||
unless currentUser.isCommentOnly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue