From fe2357bc2d43eba75d286430675aa70b2394b1e7 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Mon, 27 May 2024 14:26:00 +0800 Subject: [PATCH] * [bug#50203] The default show of the dropmenu of branch has error at story view page. --- module/story/ui/view.html.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/story/ui/view.html.php b/module/story/ui/view.html.php index 51ca346612..015e052da7 100644 --- a/module/story/ui/view.html.php +++ b/module/story/ui/view.html.php @@ -14,6 +14,8 @@ use function zin\utils\flat; include($this->app->getModuleRoot() . 'ai/ui/promptmenu.html.php'); +data('branch', $story->branch); + $isInModal = isInModal(); $isRequirement = $story->type == 'requirement'; $isStoryType = $story->type == 'story';