* [bug#58320] Add the field of dbPrivs for execution kanban in tutorial.

This commit is contained in:
xieqiyu
2024-12-18 16:46:06 +08:00
committed by 胡方舟
parent d53ca7626e
commit 958308183c
+1
View File
@@ -1766,6 +1766,7 @@ class tutorialModel extends model
$card['realnames'] = '';
$card['order'] = 0;
$card['acl'] = 'open';
$card['dbPrivs'] = array();
$storyCard = $card;
$storyCard['title'] = 'Test story';