From f41736f24728a72820d3035a85b8ef155fa36d6d Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Thu, 17 Dec 2020 15:42:32 +0800 Subject: [PATCH] * Fix bug. --- module/issue/view/storyform.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/issue/view/storyform.html.php b/module/issue/view/storyform.html.php index ecf3a226fc..4718ee93f2 100644 --- a/module/issue/view/storyform.html.php +++ b/module/issue/view/storyform.html.php @@ -155,6 +155,7 @@ function loadProduct(productID) { loadProductBranches(productID) loadProductModules(productID); + loadProductPlans(productID); } /**