Fixed bug when calling task_open().

This commit is contained in:
2016-09-22 09:26:30 +02:00
parent fb6fa299f1
commit c99bb8f41d

View File

@@ -23,7 +23,7 @@
td
| {% for task in tasks_for_shots[shot._id][task_type] %}
a(
href="javascript:task_open('{{ task._id }}, {{ project.url }}');",
href="javascript:task_open('{{ task._id }}', '{{ project.url }}');",
class="status-{{ task.properties.status }}") {{ task.name }}
br
| {% endfor %}