Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.2
-
Component/s: None
-
Labels:None
Description
... AND if user would otherwise have permission to register for this event.
NOTE: We do NOT want to display this message for cases where the user session does NOT have permission to register regardless of registration date constraints.
NOTE: This will require changing CRM_Event_BAO_Event::validRegistrationDate to just check for date range and adding hasPermission() call in EventInfo and Core/Block. The "registration closed" text can be defined in EventInfo.tpl so that it's easy to customize.