apigee-edge-drupal icon indicating copy to clipboard operation
apigee-edge-drupal copied to clipboard

Fix for scope override when product is added in Apigeex teams

Open divya-intelli opened this issue 2 months ago • 1 comments

Fixes #1174 Fixes scope updating issue while adding ApiAproduct in teams apps. This happens only in ApigeeX org.

divya-intelli avatar Sep 11 '25 13:09 divya-intelli

Codecov Report

:x: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 27.84%. Comparing base (750cf44) to head (5b36210). :warning: Report is 5 commits behind head on 3.x.

Files with missing lines Patch % Lines
.../Entity/Controller/AppCredentialControllerBase.php 0.00% 3 Missing :warning:
src/Event/AppCredentialAddApiProductEvent.php 0.00% 1 Missing :warning:
Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##                3.x    #1179       +/-   ##
=============================================
- Coverage     44.10%   27.84%   -16.26%     
  Complexity     3048     3048               
=============================================
  Files           343      343               
  Lines         11135    11135               
=============================================
- Hits           4911     3101     -1810     
- Misses         6224     8034     +1810     
Files with missing lines Coverage Δ
src/Event/AppCredentialAddApiProductEvent.php 0.00% <0.00%> (-100.00%) :arrow_down:
.../Entity/Controller/AppCredentialControllerBase.php 0.00% <0.00%> (-61.34%) :arrow_down:

... and 114 files with indirect coverage changes

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Sep 11 '25 13:09 codecov[bot]

Fixed in #1195

divya-intelli avatar Nov 10 '25 10:11 divya-intelli