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

Implement widgetUrl in admin lib #10697 #10698

Merged
merged 2 commits into from
Sep 24, 2024
Merged

Implement widgetUrl in admin lib #10697 #10698

merged 2 commits into from
Sep 24, 2024

Conversation

anatol-sialitski
Copy link
Contributor

No description provided.

@anatol-sialitski anatol-sialitski linked an issue Sep 23, 2024 that may be closed by this pull request
Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.55%. Comparing base (23d1c22) to head (223ee7b).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master   #10698   +/-   ##
=========================================
  Coverage     84.55%   84.55%           
  Complexity    19958    19958           
=========================================
  Files          2633     2633           
  Lines         69255    69255           
  Branches       5588     5588           
=========================================
  Hits          58561    58561           
  Misses         8000     8000           
  Partials       2694     2694           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


return portal.apiUrl({
application: 'admin',
api: `widget/${params.application}/${params.widget}`,
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
api: `widget/${params.application}/${params.widget}`,
api: `widget`,
path: [${params.application}, ${params.widget}]

@anatol-sialitski anatol-sialitski merged commit 8e10f12 into master Sep 24, 2024
8 of 9 checks passed
@anatol-sialitski anatol-sialitski deleted the issue-10697 branch September 24, 2024 14:21
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.

Implement widgetUrl in admin lib
2 participants