Add form in admin site for ManualPermissions.
Review Request #6225 — Created Aug. 13, 2014 and submitted — Latest diff uploaded
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.
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.
orig
1
2
extension/reviewbotext/admin.py |
---|
extension/reviewbotext/forms.py |
---|
extension/reviewbotext/models.py |
---|