Actions
Bug #6689
openPermissions validation fails
Description
Joomla appears to have added a validation check to permissions usage. This however always fatally fails (JS error). The permissions still save however.
Actions
Added by krileon almost 8 years ago. Updated about 2 months ago.
Description
Joomla appears to have added a validation check to permissions usage. This however always fatally fails (JS error). The permissions still save however.
The issue is in Javascript function sendPermissions that tries to guess the asset from fixed URL parameters.
To fix, we either need to change the backend URLs, or to override that function. Or to propose a PR to Joomla that adds the asset in the HTML of the form so that the guesswork is not needed.
So no easy fix at this time.