Bug #31161
Default cancel in submit_or_cancel doesn't work with engines
Pull request:
Fixed in Releases:
Found in Releases:
Associated revisions
History
#1
Updated by The Foreman Bot 6 months ago
- Assignee set to Ondřej Ezr
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8099 added
#2
Updated by The Foreman Bot 6 months ago
- Fixed in Releases 2.3.0 added
#3
Updated by Ondřej Ezr 6 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|93876ffc3b553ca3e8a6a1823345c5f6cb7235b7.
Fixes #31161 - default cancel_path for engines
Fix `submit_or_cancel` for engines.
Default cancel_path uses the global helper method `resource_path` instead of guessing it on its own.