Opened 14 years ago
Closed 14 years ago
#107 closed defect (fixed)
Add space permissions to asa-ebm
| Reported by: | adehnert | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Sometime |
| Component: | Space | Version: | |
| Keywords: | Cc: | ||
| Size: | tiny |
Description
At the moment, there's some hand-added permissions for the space app. In keeping with my "everything has a migration" goal, we need a migration to grant those nine permissions to the asa-ebm group. The migrate_groups_forwards function in util/migrations.py (and util/dump_group_perms.py) might be useful for this.
Change History (1)
comment:1 Changed 14 years ago by adehnert
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in the code:
commit 3d75d1345c39efac66748ea51debc03b3fc290b5 Author: Alex Dehnert <adehnert@mit.edu> Date: Thu May 31 00:44:00 2012 -0400 Migration to grant space perms to asa-ebm This resolves ASA Trac #107. It also includes a charming work-around for http://south.aeracode.org/ticket/428. I totally fail to understand the logic that originally lead to the non-symmetric models being the right thing...