From 87bc7fa527112098e9cc5138c7baa0851afbb26d Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Wed, 24 Jan 2024 13:26:21 +0800 Subject: [PATCH] * Fix bug#44289. --- module/story/ui/view.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/story/ui/view.html.php b/module/story/ui/view.html.php index 6613ce3ec5..614ee4cbd4 100644 --- a/module/story/ui/view.html.php +++ b/module/story/ui/view.html.php @@ -13,6 +13,7 @@ namespace zin; $confirmDelete = $this->lang->story->confirmDelete; if($story->type == 'requirement') $confirmDelete = str_replace($lang->SRCommon, $lang->URCommon, $confirmDelete); +data('branchID', $story->branch); data('activeMenuID', $story->type); jsVar('relievedTip', $lang->story->relievedTip); jsVar('unlinkStoryTip', $lang->story->unlinkStory);