uchicago-capp-30320 / new-arrivals-chi

GNU Affero General Public License v3.0
9 stars 0 forks source link

(bug) Fix button path to edit_organization from organization dashboard #261

Open klinkoberstar opened 5 months ago

klinkoberstar commented 5 months ago

Describe your changes

This PR will close #259

Non-obvious technical information

This bug was a result of how Organization was accessed and passed into edit_organization.html. The bug has been resolved by passing organization_id as a parameter, rather than extracting it in relation to the current user.

Checklist before requesting a review