Actions
Bug #31843
closedLifecyle logging middleware clears current_request_id set in KeepRequestId middleware
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman plugin
Target version:
Difficulty:
Triaged:
Yes
Pull request:
Description
After commenting out this line:
https://github.com/theforeman/foreman-tasks/blob/master/app/lib/actions/base.rb#L4
request ids are persisted in actions.
With the Actions::Helpers::LifecycleLogging uncommented, the current request id values in the action inputs appear to be cleared before they can be used.
Updated by Adam Ruzicka about 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 3c8efd337917047a0fd8ec8e8849d8c3282ad927.
Actions