mikaeljorhult / hydrofon

Equipment booking system.
MIT License
23 stars 11 forks source link

Undefined variable $resourcesOptions #126

Closed Riko0 closed 1 year ago

Riko0 commented 1 year ago

Hi @mikaeljorhult, thank you for this project it looks awesome

I am not good at php and i have a problem

When trying to create booking i get an error "Undefined variable $resourcesOptions"

screenshot_hydrofon

Am i doing something wrong?

i think it is located in hydrofon\resources\views\bookings\create.blade.php

mikaeljorhult commented 1 year ago

You're not doing anything wrong - that's caused by a typo from a recent refactor. I've pushed a fix and added tests to make sure it won't happen there again. Pull the changes to the master branch and you should be fine.

Thank you for reporting it!

Riko0 commented 1 year ago

At the same time i founded it and fixed in my cloned version :)

Thank you again!