Actions
Bug #6825
closedrefactor api/v2/filters_controller.rb to use find_optional_nested_object and add Authorizable to class Role
Description
after refactoring filters_controller to use find_optional_nested_object, it was discovered that Role doesn't respond to #authorized method, so include Authorizable needs to be added to role.rb
This is commit was need for tests to pass in PR #4181
Updated by The Foreman Bot over 10 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/1630 added
- Pull request deleted (
)
Updated by Anonymous over 10 years ago
- Target version changed from 1.8.0 to 1.7.5
Updated by Dominic Cleal over 10 years ago
- Translation missing: en.field_release set to 10
Updated by Joseph Magen over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 39054ec4c28c35e30874245dd7820bf4f0228583.
Updated by Yama Kasi over 10 years ago
This fix doesn't work on 1.5.2 ?
It seems to remain.
Updated by Dominic Cleal over 10 years ago
Yama Kasi wrote:
This fix doesn't work on 1.5.2 ?
It seems to remain.
Huh? I think you have the wrong ticket.
Updated by Yama Kasi over 10 years ago
Dominic Cleal wrote:
Yama Kasi wrote:
This fix doesn't work on 1.5.2 ?
It seems to remain.
Huh? I think you have the wrong ticket.
Nudik pointed me to this and indeed it happens on 1.5.2 (too)!
Updated by Marek Hulán almost 9 years ago
- Related to Bug #14182: Roles index does not use authorize scope added
Actions