← Back to team overview

phpdevshell team mailing list archive

[Bug 1007191] Re: can't choose several roles for a menu access

 

as far as I can tell, the fix is:

/plugins/PHPDevSHell/views/menu-admin/menu-item-admin.tpl line 128

<select name="permission[]" size="10" class="multiselect"
multiple="multiple" title="">

instead of

<select class="select" name="permission[]" size="10" class="multiselect"
multiple="multiple" title="">

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/1007191

Title:
  can't choose several roles for a menu access

Status in Open Source PHP RAD Framework with UI.:
  New

Bug description:
  with the last update, the multiselect have be replaced with a new GUI
  ; at least in the "edit menu" page, this GUI doesn't allow to select
  several items in the "user role permission" local menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/phpdevshell/+bug/1007191/+subscriptions


References