mirror of
https://github.com/wekan/wekan.git
synced 2026-03-11 08:02:33 +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
|
if currentBoard.allowsDescriptionText
|
||||||
a.js-open-inlined-form(title="{{_ 'edit'}}" value=title)
|
a.js-open-inlined-form(title="{{_ 'edit'}}" value=title)
|
||||||
i.fa.fa-pencil-square-o
|
i.fa.fa-pencil-square-o
|
||||||
if getDescription
|
a.js-open-inlined-form(title="{{_ 'edit'}}" value=title)
|
||||||
+viewer
|
if getDescription
|
||||||
= getDescription
|
+viewer
|
||||||
|
= getDescription
|
||||||
if (hasUnsavedValue 'cardDescription' _id)
|
if (hasUnsavedValue 'cardDescription' _id)
|
||||||
p.quiet
|
p.quiet
|
||||||
| {{_ 'unsaved-description'}}
|
| {{_ 'unsaved-description'}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue