compucorp / uk.co.compucorp.civicase

CiviCase Extension
Other
8 stars 16 forks source link

COMCL-505: Remove unrequired APIv4 permission checks #1008

Closed olayiwola-compucorp closed 7 months ago

olayiwola-compucorp commented 7 months ago

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. COMCL-505

After

Non-civicrm user is able to register for an event.

Screenshot 2024-03-20 at 14 24 11