-
Notifications
You must be signed in to change notification settings - Fork 374
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 DCR PUT request not updating application role audience #2649
Conversation
PR builder started |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2649 +/- ##
============================================
- Coverage 56.54% 56.49% -0.05%
+ Complexity 8261 8192 -69
============================================
Files 632 632
Lines 46690 46344 -346
Branches 8355 8349 -6
============================================
- Hits 26402 26184 -218
+ Misses 16580 16442 -138
- Partials 3708 3718 +10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
PR builder completed |
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/12370501328
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/12647430603
This PR fixes an issue in the DCR PUT implementation where the application role audience value was not persisted to the database.
Changes
Issue
wso2/product-is#21627