Actions
Bug #14724
closedSynchronize organization creation behavior to foreman's
Description
I foreman organization creation redirects to edit page. Since Katello overrides Foreman's behavior, it needs to be in sync with the origin.
Foreman's original issue: [[http://projects.theforeman.org/issues/14252]]
Updated by Shimon Shtein over 8 years ago
The problematic line: https://github.com/Katello/katello/blob/master/app/controllers/katello/concerns/organizations_controller_extensions.rb#L35
In Foreman it should look like this: https://github.com/theforeman/foreman/blob/develop/app/controllers/concerns/foreman/controller/taxonomies_controller.rb#L57
Updated by Eric Helms over 8 years ago
- Category set to 83
- Translation missing: en.field_release set to 86
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Shimon Shtein
- Pull request https://github.com/Katello/katello/pull/6014 added
Updated by Shimon Shtein over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|4dd82f284cd1f3a0002210f1dee4d5d0aeb88ea7.
Actions