mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04: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
|
||||
i.fa.fa-list
|
||||
| {{_ 'list'}}
|
||||
select.js-select-card-details-lists
|
||||
select.js-select-card-details-lists(disabled="{{#unless canModifyCard}}disabled{{/unless}}")
|
||||
each currentBoard.lists
|
||||
option(value="{{_id}}" selected="{{#if isCurrentListId _id}}selected{{/if}}") {{title}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue