Skip to content

Commit

Permalink
Merge branch 'dev' into VCST-2465
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEhlo authored Jan 13, 2025
2 parents 488c6f7 + 0126ddb commit d2b0207
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>3.875.0</VersionPrefix>
<VersionPrefix>3.876.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
<NoWarn>$(NoWarn);S3875;S4457</NoWarn>
Expand Down
5 changes: 5 additions & 0 deletions src/VirtoCommerce.Platform.Web/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
"Swagger": {
"Enable": true
},
"GraphQL": {
"ForbiddenAuthenticationTypes": [
"Identity.Application"
]
},
"GraphQLPlayground": {
"Enable": true
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div>
<div gridster="gridsterOpts">
<div>
<div ng-if="widgets.length > 0" gridster="gridsterOpts">
<ul class="list">
<li style="line-height: 120px;" class="list-item" ng-class="widget.UIclass" ng-repeat="widget in widgets" va-permission='{{widget.permission}}' securityScopes='{{widget.scopes}}' gridster-item row="$storage[getKey('row', widget)]" col="$storage[getKey('col', widget)]" size-x="widget.size[0]" size-y="widget.size[1]">
<div va-widget="widget" ng-include="widget.template"></div>
Expand Down

0 comments on commit d2b0207

Please sign in to comment.