Skip to content

Commit c4dd0cd

Browse files
Update wcfsetup/install/files/lib/system/gridView/admin/BoxGridView.class.php
Co-authored-by: Marcel Werk <[email protected]>
1 parent f303e20 commit c4dd0cd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,12 @@ public function applyFilter(DatabaseObjectList $list, string $id, string $value)
9898
->hidden(),
9999
]);
100100

101-
$interactionProvider = new BoxInteractions();
102-
$this->setInteractionProvider($interactionProvider);
101+
$provider = new BoxInteractions();
102+
$provider->addInteractions([
103+
new Divider(),
104+
new EditInteraction(BoxEditForm::class)
105+
]);
106+
$this->setInteractionProvider($provider);
103107

104108
$this->addQuickInteraction(new ToggleInteraction('enable', 'core/boxes/%s/enable', 'core/boxes/%s/disable'));
105109

0 commit comments

Comments
 (0)