Project

General

Profile

Actions

Bug #24122

closed

Custom configured modules can't be enabled for non-admins

Added by Bastian Waidelich over 13 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-11-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When registering a BE module in your extension by specifying a custom configureModuleFunction handler (in $GLOBALS['TBE_MODULES']['_configuration'][$name]['configureModuleFunction']), the module won't show up in the BE user / BE group TCE form, making it impossible to enable it for non-admins.

The problem is, that the method checkModAccess() is not called in t3lib_loadModules. This method has the side effect of adding the module to the modListUser/modListGroup array
(issue imported from #M16463)


Files

16463_be_modules_for_non_admins.patch (679 Bytes) 16463_be_modules_for_non_admins.patch Administrator Admin, 2010-11-18 10:54
Actions

Also available in: Atom PDF