2.0 beta 3 (#3786)
* added id for custom js options * readme * composer update * fix migration filename
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
{{ form_row(form.metaFields) }}
|
||||
{% endif %}
|
||||
{% if form.fixedRate is defined or form.hourlyRate is defined or form.billable is defined or form.billableMode is defined or form.exported is defined %}
|
||||
{% embed '@theme/embeds/card.html.twig' with {collapsed: true} %}
|
||||
{% embed '@theme/embeds/card.html.twig' with {collapsed: true, id: 'timesheet_extended_settings'} %}
|
||||
{% import "macros/widgets.html.twig" as widgets %}
|
||||
{% block box_title %}{{ 'extended_settings'|trans }}{% endblock %}
|
||||
{% block box_body_class %}{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user