Another bug (I think) is the impossibility to save changes to other shoppers data, even though I set "allowed" to the permission "Edit users". This problem is described in here too:
http://forum.virtuemart.net/index.php?topic=124536.15As I described there, I modded the file
**yourJoomlaPath**/administrator/components/com_virtuemart/tables/userinfos.php
I replaced the line 104 with this one:
if(!$user->authorise('core.admin','com_virtuemart') && !$user->authorise('vm.user.edit','com_virtuemart')){
with this mod, if an user has the permission "EDIT USERS" allowed, now he can save the changes in the backend even if he is not a SuperUser.
Do you think this problem could be fixed in the next release of VM, or should I apply this mod manually after each VM upgrade? This fix is necessary to me because I created a special user (not superuser) that can access only to a selected group of VM backend options... For example he should be able to assign a different shopper group to a shopper, and without the fix he could do this only if it was a superuser.
EDIT: I forgot to mention that for this to work the user has to be in the EDITOR user group too (but I don't know why...).