Added function to check if the requesting account has permission to access the cart...
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 19 Oct 2017 18:04:19 +0000 (14:04 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 19 Oct 2017 18:04:19 +0000 (14:04 -0400)
commitfce563b4b6d6bc74fac3385cea485c4c087059d7
treea323cc09645bdc4af6695dce2a8f7c0007e61ef4
parent044805e2a4dca45ac47ff05b84af5f4dd0c4d658
Added function to check if the requesting account has permission to access the cart and if cart should be assigned to the account.
Fixed incorrect "ID" (should be "id") in updateTimeEntryCounts() in regCartSupport.
Removed some unwanted fields in several data classes and added pointer entries to get frequently used data.
Updated cart and checkout links and other layout issues for registrations.
19 files changed:
classes/data/dataRegRequestClass.php
classes/data/dataRegRequestEvent.php
classes/data/dataRegRequestRate.php
classes/data/dataRegRequestRegistrant.php
classes/regCartSupport.php
models/admin/registrations/events.php
models/front/registrations/cart.php
models/front/registrations/checkout.php
models/front/registrations/checkoutProcess.php
models/front/registrations/list.php
models/front/registrations/register.php
models/front/registrations/registration.php
models/front/registrations/summary.php
setup/databaseScripts/create_database_V0.0.15.sql
views/admin/registrations/eventEditLevels.html
views/admin/registrations/requestsDashboard.html
views/front/registrations/cart.html
views/front/registrations/checkout.html
views/front/registrations/header.html