mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
Bugfix, edit description didn't work if it was clicked
- introduced by commit: 0cc63b810c
This commit is contained in:
parent
1541c6ca23
commit
bf2b3b40cd
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