SWAuk / website

Student Windsurfing Association website
www.swa.co.uk
5 stars 3 forks source link

Fixed audit_backend log not imploding array of ids #180

Closed oshotton closed 7 years ago

oshotton commented 7 years ago

The postDeleteHook in the base SwaControllerAdmin class thought it was receiving a single int when in fact it was receiving an array of ints. Solved my imploding the array. Also restructured the method and add docblock to reduce confusion in the future.

Fixes #113

oshotton commented 7 years ago

Guessing you have rebased this PR onto master. Should we delete the branch now?