pass extension name to view

This commit is contained in:
Uwe Steinmann 2025-04-02 08:05:37 +02:00
parent c2d8b383c3
commit 692318dcc1

View File

@ -42,6 +42,7 @@ if($view) {
$view->setParam('settings', $settings);
$view->setParam('extmgr', $extMgr);
$view->setParam('currenttab', (isset($_REQUEST['currenttab']) ? $_REQUEST['currenttab'] : ''));
$view->setParam('extname', (isset($_REQUEST['extensionname']) ? $_REQUEST['extensionname'] : ''));
$view->setParam('allusers', $users);
$view->setParam('allgroups', $groups);
$view->setParam('accessobject', $accessop);