Permalink
Please sign in to comment.
Browse files
Merge pull request #6932 from perrito666/admin_cant_grant_foreign_2.1
Fixed model listing for admin user for 2.1. Admin user needs to see all models when listing, list models is not the nicest method and does a direct query to mongo which returns a partial set of models owned by the calling user. ## QA steps * Bootstrap juju * create a user and grant add-model to said user * login with the user and create a model * create a second user. * grant write to the second user on the model owned by the first user. * all should work. ## Bug reference https://bugs.launchpad.net/juju/+bug/1650643
- Loading branch information...
Showing
with
27 additions
and 3 deletions.
0 comments on commit
49316b2