Closed bcho892 closed 2 months ago
Is your feature request related to a problem? Please describe.
Need to find the relevant user ids from the UI in #725, and then call /admin/bookings/create with the relevant start/end dates
/admin/bookings/create
BEFORE MERGING
git fetch origin master:master
git rebase master
git merge master
Is your feature request related to a problem? Please describe.
Need to find the relevant user ids from the UI in #725, and then call
/admin/bookings/create
with the relevant start/end datesBEFORE MERGING
git fetch origin master:master
, thengit rebase master
orgit merge master
)