Fixed bug when calling task_open().
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user