-
Notifications
You must be signed in to change notification settings - Fork 845
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
PT-6925: Support for Apps inside modules #2574
Conversation
…atic file serving for apps
Updated VC Logo Icons.
src/VirtoCommerce.Platform.Web/Controllers/Api/AppsController.cs
Outdated
Show resolved
Hide resolved
src/VirtoCommerce.Platform.Web/Controllers/Api/AppsController.cs
Outdated
Show resolved
Hide resolved
/// Path to App content in the module. By default Content/{moduleApp.Id} | ||
/// </summary> | ||
public string ContentPath { get; set; } | ||
|
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.
remove empty line
…vc-platform into feat/PT-6925-apps
</div> | ||
<div class="links-menu__list"> | ||
<div class="links-menu__links"> | ||
<a ng-repeat="appItem in menu.apps" target="_blank" href="{{appItem.relativeUrl}}" va-permission="{{appItem.permission}}" class="links-menu__link links-menu__link--active" > |
Check warning
Code scanning / CodeQL
Potentially unsafe external link
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.
Are you sure what you want to use this icon platform_app.svg for platform APP?
src/VirtoCommerce.Platform.Web/Controllers/Api/AppsController.cs
Outdated
Show resolved
Hide resolved
src/VirtoCommerce.Platform.Web/Controllers/Api/AppsController.cs
Outdated
Show resolved
Hide resolved
Added default styles for no web apps mode.
Kudos, SonarCloud Quality Gate passed! |
Description
feat: Add support for Apps inside VC modules.
References
QA-test:
Jira-link:
Artifact URL: