Skip to content
Snippets Groups Projects
Commit e395b317 authored by Owen Bush's avatar Owen Bush
Browse files

Update coding standards in recurring_events_views

parent f1ee7912
No related branches found
No related tags found
No related merge requests found
...@@ -2,11 +2,16 @@ ...@@ -2,11 +2,16 @@
--- ---
## Introduction ## Introduction
Recurring Events provides listings for event series, event instances and registrations. For many installations this will provide a satisfactory way of managing events without the need to install extra modules. Recurring Events provides listings for event series, event instances and
registrations. For many installations this will provide a satisfactory way of
managing events without the need to install extra modules.
For those cases which call for something more flexible, views integration is provided by an optional sub-module called Recurring Events Views (recurring_events_views). For those cases which call for something more flexible, views integration is
provided by an optional sub-module called Recurring Events Views
(recurring_events_views).
After enabling this submodule, all listings are replaced by views and no further configuration is necessary. After enabling this submodule, all listings are replaced by views and no further
configuration is necessary.
### Views are provided for; ### Views are provided for;
...@@ -14,9 +19,10 @@ After enabling this submodule, all listings are replaced by views and no further ...@@ -14,9 +19,10 @@ After enabling this submodule, all listings are replaced by views and no further
- Event Instances - Event Instances
- Registrations - Registrations
Admin views are available to user roles with suitable permissions. There are also views for anonymous and authenticated users, for the front end. Admin views are available to user roles with suitable permissions. There are
also views for anonymous and authenticated users, for the front end.
- Admin views are provided with sensible default settings and some useful exposed filters. - Admin views are provided with sensible default settings and exposed filters.
- The front end event series listings, display only events taking place in the present or future. - The front end event series listings, display only future or current events.
The default views can be further customized as needed. The default views can be further customized as needed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment