mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Dissable temporarily the cache value of inlinedForm
Due to bug https://github.com/peerlibrary/meteor-blaze-components/issues/50
This commit is contained in:
parent
5d1c6b63be
commit
97807abd70
4 changed files with 5 additions and 6 deletions
|
|
@ -7,7 +7,7 @@ template(name="listHeader")
|
|||
a.list-header-menu-icon.fa.fa-bars.js-open-list-menu
|
||||
|
||||
template(name="editListTitleForm")
|
||||
input.field.single-line(type="text" value="{{getCache title}}" autofocus)
|
||||
input.field.single-line(type="text" value=title autofocus)
|
||||
.edit-controls.clearfix
|
||||
input.primary.confirm(type="submit" value="{{_ 'save'}}")
|
||||
a.fa.fa-times.js-close-inlined-form
|
||||
button.primary.confirm(type="submit") {{_ 'save'}}
|
||||
a.fa.fa-times-thin.js-close-inlined-form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue