fix restart timesheet button (#436)
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
{% if entry.end %}
|
{% if entry.end %}
|
||||||
{% if is_granted('start', entry) %}
|
{% if is_granted('start', entry) %}
|
||||||
{% set actionButtons = {'repeat': path('timesheet_start', {'id' : entry.activity.id})}|merge(actionButtons) %}
|
{% set actionButtons = {'repeat': path('timesheet_start', {'id' : entry.id})}|merge(actionButtons) %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if is_granted('stop', entry) %}
|
{% if is_granted('stop', entry) %}
|
||||||
|
|||||||
Reference in New Issue
Block a user