From 827c6ef8352690b1fbddab4c8ea8d4b6d6aa0d65 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Thu, 17 Oct 2024 08:35:24 +0000 Subject: [PATCH] * [misc] for field style. --- module/project/ui/edit.field.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/ui/edit.field.php b/module/project/ui/edit.field.php index ae88922d6d..eca3c1a67a 100644 --- a/module/project/ui/edit.field.php +++ b/module/project/ui/edit.field.php @@ -21,4 +21,4 @@ if(strpos($config->project->edit->requiredFields, 'budget') === false) $fields-> $fields->field('budget')->value(data('project.budget') !== null && data('project.budget') == 0 ? '' : data('project.budget')); $fields->field('acl')->control(array('control' => 'aclBox', 'aclItems' => data('project.parent') ? $lang->project->subAclList : $lang->project->aclList, 'aclValue' => data('project.acl'), 'whitelistLabel' => $lang->project->whitelist, 'userValue' => data('project.whitelist'))); -$fields->field('storyType')->foldable()->value(data('project.storyType')); +$fields->field('storyType')->width('full')->value(data('project.storyType'));