JoomGalleryfriends / JG4-dev

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

Group action buttons in edit forms #71

Closed MrMusic closed 1 year ago

MrMusic commented 1 year ago

In edit forms Joomla! groups 'Save & Close', 'Save & New' and 'Save as Copy' as a dropdown. group-action-buttons

This pr do this in the same way.

eumel1602 commented 1 year ago

When testing, I noticed that the "Save & New" button does not save the images and brings an empty field but brings an error message. This happens with the pictures, categories and also tags bildschirmabgriff32

MrMusic commented 1 year ago

Thanks for testing @eumel1602 The cause of this error does not lie in this PR but has been known for some time, see https://github.com/JoomGalleryfriends/JG4-dev/issues/43 As a workaround, a new item must first be saved once.

eumel1602 commented 1 year ago

OK. Then I couldn't find any more error. Tested with J4.2.5 / PHP 7.4

Elfangor93 commented 1 year ago

Code changes look good to me.

Elfangor93 commented 1 year ago

Testes successfully ✅. Thank you very much.