permission check for mark-as-exported buttons (#3313)
This commit is contained in:
@@ -50,7 +50,9 @@
|
||||
{{ form_row(form.billable) }}
|
||||
{{ form_row(form.exported) }}
|
||||
{{ form_row(form.state) }}
|
||||
{{ form_row(form.markAsExported) }}
|
||||
{% if form.markAsExported is defined %}
|
||||
{{ form_row(form.markAsExported) }}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block box_footer%}
|
||||
{{ search.searchButton(form) }}
|
||||
|
||||
@@ -53,7 +53,9 @@
|
||||
{{ form_row(form.exported) }}
|
||||
{% endif %}
|
||||
{{ form_row(form.template) }}
|
||||
{{ form_row(form.markAsExported) }}
|
||||
{% if form.markAsExported is defined %}
|
||||
{{ form_row(form.markAsExported) }}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block box_footer%}
|
||||
{{ search.searchButton(form) }}
|
||||
|
||||
Reference in New Issue
Block a user