You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is js error when changing permissions in image:
When changing permission setting spin image is shown but spins forever. Settings are changed when clicking SAVE image button.
This issue does not prevent anything from working. Its just a display error.
Reason
The title field of images is calles imgtitle instead of title. When changing the permissions Joomla's Javascript tries to get the value of the title field, which is not available. This results in a JavaScript error and a endlessly spinning wheel as well as the badge with the calculated setting does not change.
The text was updated successfully, but these errors were encountered:
Elfangor93
changed the title
[Image Edit view] JavaScript error when changing permission
[Edit Image] JavaScript error when changing permission
Jan 13, 2025
There is js error when changing permissions in image:
When changing permission setting spin image is shown but spins forever. Settings are changed when clicking SAVE image button.
This issue does not prevent anything from working. Its just a display error.
Reason
The title field of images is calles
imgtitle
instead oftitle
. When changing the permissions Joomla's Javascript tries to get the value of thetitle
field, which is not available. This results in a JavaScript error and a endlessly spinning wheel as well as the badge with the calculated setting does not change.The text was updated successfully, but these errors were encountered: