From c6f8e047110d3a9db1e0c6362928870fcf7301d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=BB=B6=E4=B9=89?= Date: Thu, 13 Oct 2022 09:02:30 +0800 Subject: [PATCH] * Modify product plan js error. --- module/productplan/js/browse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/productplan/js/browse.js b/module/productplan/js/browse.js index de52e86d10..f0e17ba4fd 100644 --- a/module/productplan/js/browse.js +++ b/module/productplan/js/browse.js @@ -11,7 +11,7 @@ $(document).on('click', '.task-toggle', function(e) $(function() { - toggleFold('#productplanForm', unfoldPlans, productID, 'productplan'); + if(viewType != 'kanban') toggleFold('#productplanForm', unfoldPlans, productID, 'productplan'); $('#productplanList tbody tr').each(function() { var $content = $(this).find('td.content');