mirror of
https://github.com/wekan/wekan.git
synced 2026-01-21 00:36:10 +01:00
Fix Browser always reload the whole page when I change one of the card color.
Fixed by making label colors and text again editable.
Regression from [Wekan v3.86 2)](b9099a8b7e).
Thanks to javen9881 and xet7 !
Closes #2971
This commit is contained in:
parent
29d62440a5
commit
3546d7aa02
4 changed files with 5 additions and 251 deletions
|
|
@ -1,13 +1,8 @@
|
|||
template(name="editor")
|
||||
// With Richer editor is in use, and comment is submitted,
|
||||
// clear comment form with JQuery Comment at
|
||||
// client/components/activities/comments.js . Id #summernote is defined
|
||||
// here at client/components/main/editor.jade where it previously was
|
||||
// id=id, now it is id="summernote".
|
||||
textarea.editor(
|
||||
dir="auto"
|
||||
class="{{class}}"
|
||||
id="summernote"
|
||||
id=id
|
||||
autofocus=autofocus
|
||||
placeholder="{{_ 'comment-placeholder'}}")
|
||||
+Template.contentBlock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue