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 The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Adam Ruzicka
- Pull request https://github.com/theforeman/foreman-tasks/pull/608 added
Updated by Adam Ruzicka almost 4 years ago
- Category set to Foreman plugin
- Target version set to foreman-tasks-4.0.0
- Triaged changed from No to Yes
Updated by The Foreman Bot almost 4 years ago
- Fixed in Releases foreman-tasks-4.0.0 added
Updated by Adam Ruzicka almost 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 3c8efd337917047a0fd8ec8e8849d8c3282ad927.
Actions