# 86 Viewport jump Compensation

* adds direct jump of viewport on related-data action (create/delete)
* adds comment field to log.html as 'details'
This commit is contained in:
2022-02-02 10:17:59 +01:00
parent 7028672b93
commit 299923ef45
5 changed files with 64 additions and 26 deletions

View File

@@ -23,6 +23,7 @@ urlpatterns = [
path('<id>/state/<state_id>/remove', state_remove_view, name='state-remove'),
path('<id>/action/<action_id>/remove', action_remove_view, name='action-remove'),
path('<id>/deadline/new', deadline_new_view, name="new-deadline"),
path('<id>/deadline/<deadline_id>/remove', deadline_remove_view, name='deadline-remove'),
path('<id>/report', report_view, name='report'),
# Documents