From 09fd7618bd5536b805877cea74b05306bbc38114 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 28 May 2024 14:38:24 +0800 Subject: [PATCH] * Fix bug #50233. --- extension/lite/project/ext/ui/execution.html.php | 2 +- module/execution/ui/edit.field.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/extension/lite/project/ext/ui/execution.html.php b/extension/lite/project/ext/ui/execution.html.php index 46dfc22114..c8ee252511 100644 --- a/extension/lite/project/ext/ui/execution.html.php +++ b/extension/lite/project/ext/ui/execution.html.php @@ -101,7 +101,7 @@ $fnBuildSingleCard = function($kanban) use ($executionActions, $lang, $kanbanvie div(setClass('kanban-desc'), html($kanban->desc)), row ( - setClass('kanban-footer'), + setClass('kanban-footer bottom-2'), set::style(array('position' => 'relative')), cell ( diff --git a/module/execution/ui/edit.field.php b/module/execution/ui/edit.field.php index 0a33530a8f..0debdbdde1 100644 --- a/module/execution/ui/edit.field.php +++ b/module/execution/ui/edit.field.php @@ -200,6 +200,7 @@ $fields->field('acl') ->control(array( 'type' => 'aclBox', 'aclItems' => $lang->execution->aclList, + 'aclValue' => data('execution.acl'), 'whitelistLabel' => $lang->whitelist, 'userItems' => data('users') ));