2.0 beta 3 (#3786)

* added id for custom js options
* readme
* composer update
* fix migration filename
This commit is contained in:
Kevin Papst
2023-01-27 00:50:04 +01:00
committed by GitHub
parent 974e1b3b5a
commit 326dc64f65
5 changed files with 376 additions and 375 deletions

View File

@@ -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 %}