* [bug#50911,0.2h] adjust linked commit data for bug view.

This commit is contained in:
caoyanyi
2024-06-11 16:00:25 +08:00
parent d2da3278c8
commit 54a37bb6bf
+1 -1
View File
@@ -26,7 +26,7 @@ class bugRelatedList extends relatedList
$canViewStory = common::hasPriv('story', 'view');
$canViewTask = common::hasPriv('task', 'view');
$canViewMR = common::hasPriv('mr', 'view');
$linkedCommits = $this->prop('linkedCommits', data('linkedCommits'));
$linkedCommits = $this->prop('linkedCommits', data('linkCommits'));
$data = array();