Actions
Bug #15053
closedActiveRecord::StatementInvalid in Users#edit for non-admin user with all roles
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1336146
Description of problem:
An ActiveRecord::StatementInvalid is thrown when a non-admin user with all RBAC roles assigned logs in.
Version-Release number of selected component (if applicable):
satellite-6.2.0-11.0
How reproducible:
Always
Steps to Reproduce:
1. Log in as an admin user
2. Create a new user
2a. Assign the new user all the roles
3. Logout and log in as the new user
Actual results:
ActiveRecord::StatementInvalid in Users#edit
https://paste.fedoraproject.org/366171/46316878/
Expected results:
The main dashboard is successfully rendered.
Additional info:
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3529 added
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release set to 143
Updated by Justin Sherrill over 8 years ago
- Translation missing: en.field_release changed from 143 to 114
Updated by Andrew Kofink over 8 years ago
- Status changed from Ready For Testing to Closed
Closing this as the issue is no longer able to be reproduced.
Actions