Expand view + JS for view to cope with new factory

This commit is contained in:
James Cole
2018-02-24 09:17:48 +01:00
parent 166cdad58b
commit 6fe5b50410
3 changed files with 73 additions and 30 deletions

View File

@@ -49,7 +49,7 @@
{% endif %}
{{ ExpandedForm.textarea('notes',null,{helpText: trans('firefly.field_supports_markdown')}) }}
{{ ExpandedForm.checkbox('active','1') }}
{{ ExpandedForm.checkbox('active','1', preFilled.active) }}
</div>
</div>