Add form in admin site for ManualPermissions.
Review Request #6225 — Created Aug. 14, 2014 and submitted — Latest diff uploaded
Information | |
---|---|
anselina | |
ReviewBot | |
master | |
|
|
e39c993... | |
Reviewers | |
reviewbot | |
ManualPermissions can now be created, modified, or deleted through the admin
site. I decided to go with a raw ID field foruser
since a drop-down isn't
the best for Review Board instances with many users, but we can change this in
the future if we'd like to.
- Added, modified, and deleted ManualPermissions successfully.
- Tried entering invalid IDs for the user and local site, and got the expected
error messages.