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

fix: if an attribute is not required, allow it to not be set #361

Closed JohnVillalovos closed 1 month ago

JohnVillalovos commented 1 month ago

When using the API would get "Undefinedarray key" errors on missing custom attributes, even though those attributes were not required.

Now allow the custom attribute to be missing if not a required custom attribute.