gordon-cs / gordon-360-api

The 360° Gordon Experience
12 stars 7 forks source link

Look for `involvement_code` param instead of `id` #998

Closed EjPlatzer closed 1 year ago

EjPlatzer commented 1 year ago

StateYourBusiness was looking for the wrong param when authorizing update requests for the ACITIVTY_INFO resource. Previously, the first param was id, but it got updated to involvement_code at some point without also updating the param name in StateYourBusiness, which caused the authorization attribute to always return a 500 error for these requests.