mirror of
https://github.com/wekan/wekan.git
synced 2026-02-20 23:14:07 +01:00
Add protection to change the list of the card
This commit is contained in:
parent
bd2739e78d
commit
4d89eb6083
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ template(name="cardDetails")
|
||||||
h3.card-details-item-title
|
h3.card-details-item-title
|
||||||
i.fa.fa-list
|
i.fa.fa-list
|
||||||
| {{_ 'list'}}
|
| {{_ 'list'}}
|
||||||
select.js-select-card-details-lists
|
select.js-select-card-details-lists(disabled="{{#unless canModifyCard}}disabled{{/unless}}")
|
||||||
each currentBoard.lists
|
each currentBoard.lists
|
||||||
option(value="{{_id}}" selected="{{#if isCurrentListId _id}}selected{{/if}}") {{title}}
|
option(value="{{_id}}" selected="{{#if isCurrentListId _id}}selected{{/if}}") {{title}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue