so a route would change from org.salsa.com/<nil org _path>/admin/organizations/org.salsa.com/sub_org/sub_sub_org/ to 'org.salsa.com/sub_org/sub_sub_org/admin/organizations/`
the org_path and the slug in the organizations routes do the same thing. having both is confusing, and complicates the code.
so a route would change from
org.salsa.com/<nil org _path>/admin/organizations/org.salsa.com/sub_org/sub_sub_org/
to 'org.salsa.com/sub_org/sub_sub_org/admin/organizations/`the org_path and the slug in the organizations routes do the same thing. having both is confusing, and complicates the code.