mirror of
https://github.com/wekan/wekan.git
synced 2026-01-30 05:05:17 +01:00
Improve input of checklist
When finished input of checklist item title, open new checklist item.
This commit is contained in:
parent
9ccffe5342
commit
99d6bd4415
2 changed files with 8 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ template(name="checklistItems")
|
|||
else
|
||||
+itemDetail(item = item checklist = checklist)
|
||||
if canModifyCard
|
||||
+inlinedForm(classNames="js-add-checklist-item" checklist = checklist)
|
||||
+inlinedForm(autoclose=false classNames="js-add-checklist-item" checklist = checklist)
|
||||
+addChecklistItemForm
|
||||
else
|
||||
a.add-checklist-item.js-open-inlined-form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue