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 #38045 - Fix differing hidden_value variable name #744

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

dosas
Copy link
Contributor

@dosas dosas commented Nov 26, 2024

Overview of Changes

the value for hidden_value should be the same for create and query

Implementation Considerations

Testing Steps

Component tests within this repository

Checklists

Additional Notes

SatelliteQE/nailgun#1220 (comment)

@@ -19,3 +19,5 @@ end
node :override_values_count do |lk|
lk.lookup_values.count
end

node :hidden_value, &:hidden_value?
Copy link
Contributor

Choose a reason for hiding this comment

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

As I mentioned here, the hidden_value does not appear to be used in this query. Could you clarify how this change impacts the functionality? I might be missing the reason why it’s necessary.

Copy link
Contributor

Choose a reason for hiding this comment

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

After looking into this further, I noticed that this change only affects the API call and does not impact the GraphQL query.

@nofaralfasi nofaralfasi merged commit 3917763 into theforeman:master Dec 16, 2024
25 of 26 checks passed
@nadjaheitmann nadjaheitmann deleted the fix-hidden-value branch December 16, 2024 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants