This PR removes unrequired APIv4 permission checks, Because some of these methods have the tendency of being called by unauthorized users, i.e. via web form submission, the permission when checked will cause an unauthorized error to be thrown.
Before
Non-civicrm user is not able to register for an event.
After
Non-civicrm user is able to register for an event.
Overview
This PR removes unrequired APIv4 permission checks, Because some of these methods have the tendency of being called by unauthorized users, i.e. via web form submission, the permission when checked will cause an unauthorized error to be thrown.
Before
Non-civicrm user is not able to register for an event.
After
Non-civicrm user is able to register for an event.