LibreBooking / app

Repository for the last open source version of Booked Scheduler. The "develop" branch contains the most current working code of the project and should be considered beta. The "master" branch is the most current stable release of BookedScheduler. Please read doc/README.md for further details.
GNU General Public License v3.0
371 stars 220 forks source link

API: Group update will create a new group rather than updating the group #375

Open JohnVillalovos opened 1 month ago

JohnVillalovos commented 1 month ago

Problem seems to be here:

https://github.com/LibreBooking/app/blob/3005fe20f372748274880d49fa424d71fdbcb67a/WebServices/Controllers/GroupSaveController.php#L149

Basically the Update() method is exactly the same as the Create() method