Summary The system does not change the status of the rule when I click on the icon.
It works when I use the checkbox on the view for editing a rule but it does not work when I click on the icon on the list view.
Testing Instructions
- Create a user and give him permissions to edit Taxes & Calculation Rules.
- Login by that user.
- Try to publish or unpublish tax or rule.
VirtueMart and Joomla! versionsI use
VirtueMart 3.0.16 and
Joomla! 3.5.1
I can confirm that. It is not implemented.
But it is easy to add: You need to edit the access.xml and insert after: <action name="vm.calc.delete" title="COM_VM_CALC_DELETE" description="COM_VM_CALC_DELETE_TIP" />
<action name="vm.calc.edit.state" title="COM_VM_CALC_EDITSTATE" description="COM_VM_CALC_EDITSTATE_TIP" />
I see.
I hope to be fixed in the next release.
Thank you very much!
There are other ACL missing too in case of edit.state for example custom fields too.
It is not added for views which are usually only used by administrators. I added it now for calculation rules and customs.