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.
Actions