prepare release 0.6 (#412)

This commit is contained in:
Kevin Papst
2018-11-18 20:45:00 +01:00
committed by GitHub
parent 321ac74b6a
commit 417675b3df
6 changed files with 56 additions and 5 deletions

View File

@@ -67,7 +67,7 @@
{% set actionButtons = {'edit': path('timesheet_edit', {'id' : entry.id, 'page': page})} %}
{% if entry.end %}
{% if is_granted('start', entry.activity) %}
{% if is_granted('start', entry) %}
{% set actionButtons = {'repeat': path('timesheet_start', {'id' : entry.activity.id})}|merge(actionButtons) %}
{% endif %}
{% else %}