JoomGalleryfriends / JG4-dev

Development repository for JoomGallery v4.x
GNU General Public License v3.0
10 stars 6 forks source link

[Image Edit view] JavaScript error when changing permission #124

Open Elfangor93 opened 1 year ago

Elfangor93 commented 1 year ago

There is js error when changing permissions in image:

257585832-ee66653f-5f6b-4258-badb-47bd6d05c1d0

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.