aadl / arborcat

Drupal 8 module providing catalog interface for Evergreen
GNU General Public License v3.0
3 stars 0 forks source link

Custom pickup requests #141

Closed lauriek334 closed 4 years ago

taleon commented 4 years ago

The pickup appointment form submit which calls the custom appointment function from the arborcat module does not return an error if the catch block is hit.

lauriek334 commented 4 years ago

Return error fixed if the catch block hit. Removed the CustomPickupRequests service and replaced with direct arborcat.module method: arborcat_custom_pickup_request Debug removed.