Fixed bug when calling task_open().
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
td
|
td
|
||||||
| {% for task in tasks_for_shots[shot._id][task_type] %}
|
| {% for task in tasks_for_shots[shot._id][task_type] %}
|
||||||
a(
|
a(
|
||||||
href="javascript:task_open('{{ task._id }}, {{ project.url }}');",
|
href="javascript:task_open('{{ task._id }}', '{{ project.url }}');",
|
||||||
class="status-{{ task.properties.status }}") {{ task.name }}
|
class="status-{{ task.properties.status }}") {{ task.name }}
|
||||||
br
|
br
|
||||||
| {% endfor %}
|
| {% endfor %}
|
||||||
|
Reference in New Issue
Block a user