Now not automatically adding dates to registrations. Have button for this.
authorChuck Scott <cscott@gaslightmedia.com>
Wed, 22 Nov 2017 17:47:39 +0000 (12:47 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Wed, 22 Nov 2017 17:47:39 +0000 (12:47 -0500)
commitc0af5ecad632a116159582015072bfe54eb05905
tree0fb1a7f548a477891974ca9b25d8c2237abcba5f
parentef148774542e04911965e87b3f61710c70cd32bb
Now not automatically adding dates to registrations. Have button for this.

Reworked top of registration dashboard page to get buttons in proper location and to be better responsive.
Removed defaults for reg_hold_minutes, cart_hold_days, and reg_hours_before from dataRegEvent.php
Added default for reg_hours_before to events.php
Added $deleteTimes option to checkEventTimes. Must be set for it to remove times. - dataRegEvent.php
Added dialog box and button to allow user to request any new times in event are added to registrations in eventDashboard.html.
No longer automatically adding times to registrations when adding registrations for an event in event.php.
Added messages to events.php to display when there are not times, when times are added, and when a request to add times or delete registrations for an event fail.
Replaced old "reason" code with "messages" code in eventEditLevels.html and eventEdit.html
classes/data/dataRegEvent.php
models/admin/registrations/events.php
views/admin/registrations/eventDashboard.html
views/admin/registrations/eventEdit.html
views/admin/registrations/eventEditLevels.html