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

fetch all products for an AK when managing content overrides #1501

Merged
merged 1 commit into from
Oct 14, 2022

Conversation

evgeni
Copy link
Member

@evgeni evgeni commented Oct 14, 2022

we need to explicitly pass per_page to the call, as otherwise the API will return just the default per_page numer (20 or so), thus making the module not idemtpotent when there are more repositories to be managed.

sadly needs an apidoc patch, because the param is not exposed yet.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2134605

we need to explicitly pass `per_page` to the call, as otherwise the API
will return just the default `per_page` numer (20 or so), thus making
the module not idemtpotent when there are more repositories to be
managed.

sadly needs an apidoc patch, because the param is not exposed yet.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2134605
@evgeni evgeni merged commit 29d78dc into theforeman:develop Oct 14, 2022
@evgeni evgeni deleted the bz2134605 branch October 14, 2022 10:30
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.

2 participants