Improve reservation length editing
Compare changes
+ 6
− 4
@@ -178,11 +178,13 @@ EIGHT_PM_MINUTES = 1200 # end time of calendar
@@ -178,11 +178,13 @@ EIGHT_PM_MINUTES = 1200 # end time of calendar
This does two things:
I did this assuming that the select is used mostly for room reservations, which are usually one hour reservations (in my experience).
Also, my ruby-fu is lacking, so there might be a better way to do this?