cap-md089 / evmplus-v6

The source code for the Event Manager+ suite of tools for Civil Air Patrol units
GNU General Public License v2.0
7 stars 4 forks source link

Linked events rework #53

Closed r-a303931 closed 4 years ago

r-a303931 commented 4 years ago

Events are now either links or event objects, not both. Attendance is stored at the central event object. All views of an event for a linked event will pull the target event information and merge the two. Attendance will pull the target event, but will filter based off of the account. No one has permissions to modify the links themselves, nor the data of the central event. Permissions for attendance are based off of the local event and check to make sure the record is viewable from the local account perspective.

fix #11