TireSwingSoftware / openassign-server

OpenAssign server intended for use by a separate client via RPC
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

manage.py setup --authz is broken #159

Open mhrivnak opened 12 years ago

mhrivnak commented 12 years ago

We added the "--authz" option so that developers can change ACLs, then blow away the old ones and load the new ones without having to reset the entire DB.

I am seeing this behavior:

$ ./manage.py resetdb
$ ./manage.py setup precor

things work as expected. Then:

$ ./manage.py setup precor --authz

permissions change. I specifically see that for the Org Administrator, they can no longer read the Organization table.