Feature #1564
add sys_folder as valid fe-usergroups container
| Status: | Accepted | Start: | 2008-09-20 | |
| Priority: | Could have | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | wanted features | |||
| Target version: | - | |||
Description
hi
right now, to enable some user groups to use the plugin, they have to be enabled, one by one, in the Valid fe-usergroups flexform field of the plugin.
it is quite a lot of work if you have to create often new groups.
it's easy to add the "page" type to the selector, so that i could select a sys_folder containing all the valid user groups
then there is to update this function in class.tx_fileexplorer_form.php:
function getCheckBoxes($name)
{
$sql = "SELECT uid,title FROM `fe_groups` WHERE uid IN (".$this->base->conf['valid_fe_user_groups'].")";
to so take care of sys_folders (that are coded as pages_n , in the comma list valid_fe_user_groups variable.
what do you think?
stefano
Watchers