From 0c51a197263d2fe6050b976e8e7d60bf2712d685 Mon Sep 17 00:00:00 2001 From: afornerot Date: Fri, 15 Mar 2024 16:49:22 +0100 Subject: [PATCH] toggle sur conteneur sprint --- templates/Scrum/view.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",