Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #38058 - Fix applied errata report #11252

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

adamruzicka
Copy link
Member

a backport of #11245 for 4.9

Comment on lines +250 to +252
tasks = load_resource(klass: ForemanTasks::Task.left_outer_joins(:template_invocation),
permission: 'view_foreman_tasks',
select: select,
preload: [:template_invocation],
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now I wonder if we should have done a left join in the original fix as well.

Copy link
Member

@ianballou ianballou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works well!

@ianballou ianballou merged commit 5144b9b into Katello:KATELLO-4.9 Dec 10, 2024
2 of 3 checks passed
@adamruzicka adamruzicka deleted the 4.9/host-applied-errata branch December 11, 2024 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants