diff --git a/orga/__pycache__/views.cpython-38.pyc b/orga/__pycache__/views.cpython-38.pyc index 83549c2..5c3a69a 100644 Binary files a/orga/__pycache__/views.cpython-38.pyc and b/orga/__pycache__/views.cpython-38.pyc differ diff --git a/orga/templates/orga/orga_single_aut.html b/orga/templates/orga/orga_single_aut.html index c820b1b..0e04247 100644 --- a/orga/templates/orga/orga_single_aut.html +++ b/orga/templates/orga/orga_single_aut.html @@ -22,7 +22,7 @@ {% isUserInAuth task area user_id as checkIsUserAuth %} {% if task.area.pk == area.pk and task.visible and checkIsUserAuth %}
{% endif %} @@ -32,7 +32,7 @@ {% for prio in prios %} {% if prio.task.area.pk == area.pk and prio.task.visible %} {% endif %} {% endfor %} diff --git a/orga/templates/orga/orga_single_ex.html b/orga/templates/orga/orga_single_ex.html index c0ce83b..e04afd9 100644 --- a/orga/templates/orga/orga_single_ex.html +++ b/orga/templates/orga/orga_single_ex.html @@ -23,7 +23,7 @@ {% isUserInEx task area user_id as checkIsUserEx %} {% if task.area.pk == area.pk and task.visible and checkIsUserEx %} {% endif %} {% endfor %} @@ -32,7 +32,7 @@ {% for prio in prios %} {% if prio.task.area.pk == area.pk and prio.task.visible %} {% endif %} {% endfor %} diff --git a/orga/templates/orga/orga_single_rep.html b/orga/templates/orga/orga_single_rep.html index 9dc41d2..38d16f2 100644 --- a/orga/templates/orga/orga_single_rep.html +++ b/orga/templates/orga/orga_single_rep.html @@ -22,7 +22,7 @@ {% isUserInRep task area user_id as checkIsUserRep %} {% if task.area.pk == area.pk and task.visible and checkIsUserRep %} {% endif %} @@ -32,7 +32,7 @@ {% for prio in prios %} {% if prio.task.area.pk == area.pk and prio.task.visible %} {% endif %} {% endfor %} diff --git a/standards/templates/standards/standard_task.html b/standards/templates/standards/standard_task.html index b2d2a9b..3fd82a2 100644 --- a/standards/templates/standards/standard_task.html +++ b/standards/templates/standards/standard_task.html @@ -8,7 +8,9 @@| Titel | +Erstellt von | +Erstellt am | +Geändert von | +Geändert am | +Öffentlichkeitsstatus | ++ |
|---|---|---|---|---|---|---|
| {{item.name}} | +{{item.created_standard_by.first_name}} {{item.created_standard_by.last_name}} | +{{ item.created_standard_date|date:"d.m.Y, H:i"}} | +{{ item.last_modified_by.first_name }} {{ item.last_modified_by.last_name }} | +{{ item.last_modified_on|date:"d.m.Y, H:i"}} | +{{item.public|yesno:"Öffentlich,Nicht öffentlich"}} | ++ {% if item.created_standard_by == user or perms.users.standardmanager %} + + + + + + + + + {% endif %} + | +
@@ -39,6 +35,26 @@
+
Dieser Standard könnte wie folgt eingeordnet werden:
+| Bereich: | +{{standard.area.name}} | +
| Tätigkeit: | +{{standard.task.name}} | +
| - Ersteller ändern auf: | -
-
-
-
-
-
-
-
-
-
-
- |
-
| - Vertretung übertragen auf: | -
-
-
-
-
-
-
-
-
-
-
- |
-
| - Ausführung übertragen auf: | -
-
-
-
-
-
-
-
-
-
-
- |
-
| - Verantwortung übertragen auf: - | -
-
-
-
-
-
-
-
-
-
-
- |
-
| + Ersteller ändern auf: | +
+
+
+
+
+
+
+
+
+
+
+ |
+
| + Vertretung übertragen auf: | +
+
+
+
+
+
+
+
+
+
+
+ |
+
| + Ausführung übertragen auf: | +
+
+
+
+
+
+
+
+
+
+
+ |
+
| + Verantwortung übertragen auf: + | +
+
+
+
+
+
+
+
+
+
+
+ |
+
Alle Chat-Nachrichten werden unwiederruflich gelöscht! Soeben wurden alle Vertragsdaten (Abwesenheit und Zeiterfassung), wenn vorhanden, als CSV heruntergeladen. Diese können Sie archivieren und entsprechend Ihrer agenturinternen Gegebenheiten bzgl. Datenspeicherung aufbewahren.