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

[fix] Get product configuration with view permission #4375

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

bruntib
Copy link
Contributor

@bruntib bruntib commented Oct 24, 2024

The getProductConfiguration() function on Product endpoint requires a current product in the URL for checking view permission. The requirement of having view permission has been added in
8953b30. However there is no "current product" in the Product endpoint URL queries, but the product id is provided through a function parameter.

The getProductConfiguration() function on Product endpoint requires a
current product in the URL for checking view permission. The requirement
of having view permission has been added in
8953b30. However there is no "current
product" in the Product endpoint URL queries, but the product id is
provided through a function parameter.
@bruntib bruntib added this to the release 6.25.0 milestone Oct 24, 2024
@bruntib bruntib requested a review from dkrupp October 24, 2024 13:32
@bruntib bruntib requested a review from vodorok as a code owner October 24, 2024 13:32
Copy link
Member

@dkrupp dkrupp left a comment

Choose a reason for hiding this comment

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

please check the permission handling of the removeProduct() function. It should need the same treatment.

@dkrupp dkrupp merged commit 1e9f8f0 into Ericsson:master Oct 25, 2024
8 checks passed
@bruntib bruntib deleted the fix_product_permissions branch October 25, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants