Comment 5 for bug 1056601

Revision history for this message
Chris Behrens (cbehrens) wrote :

I went to try to change the DB call to not require admin context... such that if it's a user context, it'll verify project id matches. However, I found that it doesn't join the instance... and the Migration model doesn't have project_id. So, I guess I'm just going to ignore that for now and live with the elevated context being passed in..