Skip to content

Commit ea768b4

Browse files
committed
Use the filters array to filter the template group
1 parent 45f7cd6 commit ea768b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wcfsetup/install/files/lib/system/gridView/admin/TemplateGroupGridView.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function render(DatabaseObject $object): string
7979
return \sprintf(
8080
'<a href="%s" title="%s" class="jsTooltip"><fa-icon name="list"></a>',
8181
LinkHandler::getInstance()->getControllerLink(TemplateListPage::class, [
82-
'templateGroupID' => $object->templateGroupID,
82+
'filters' => ['templateGroupID' => $object->templateGroupID],
8383
]),
8484
WCF::getLanguage()->get('wcf.acp.template.list'),
8585
);

0 commit comments

Comments
 (0)