mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 11:20:13 +01:00
Merge pull request #5498 from mfilser/master
Bugfix, edit description didn't work if it was clicked
This commit is contained in:
commit
27b2e2384c
1 changed files with 4 additions and 3 deletions
|
|
@ -527,9 +527,10 @@ template(name="cardDetails")
|
|||
if currentBoard.allowsDescriptionText
|
||||
a.js-open-inlined-form(title="{{_ 'edit'}}" value=title)
|
||||
i.fa.fa-pencil-square-o
|
||||
if getDescription
|
||||
+viewer
|
||||
= getDescription
|
||||
a.js-open-inlined-form(title="{{_ 'edit'}}" value=title)
|
||||
if getDescription
|
||||
+viewer
|
||||
= getDescription
|
||||
if (hasUnsavedValue 'cardDescription' _id)
|
||||
p.quiet
|
||||
| {{_ 'unsaved-description'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue