diff --git a/templates/Scrum/view.html.twig b/templates/Scrum/view.html.twig index af9acad..9e463df 100644 --- a/templates/Scrum/view.html.twig +++ b/templates/Scrum/view.html.twig @@ -165,7 +165,7 @@ {% for jalon in column.jalons %} {% for sprint in jalon.sprints %}
-
+
JALON = {{jalon.nmjal}} {% if sprint.idspr!=-100 %} @@ -865,7 +865,7 @@ lastupdate="{{scrum.updatedate|date("Ymd H:i:s")}}"; console.log(lastupdate); - // Sort columns + $( ".scrumcolumn" ).sortable({ handle: ".issu-id", connectWith: ".scrumcolumn",