Skip to content

Commit

Permalink
Merge branch 'release/3.823.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-ci committed Jan 15, 2025
2 parents 342c468 + c680ff5 commit 558b271
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<!-- These properties will be shared for all projects -->
<PropertyGroup>
<VersionPrefix>3.822.0</VersionPrefix>
<VersionPrefix>3.823.0</VersionPrefix>
<VersionSuffix>
</VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ angular.module('virtoCommerce.customerModule').controller('virtoCommerce.custome

if (blade.currentEntity.organizations) {
var organizationCriteria = {
deepSearch: true,
objectIds: blade.currentEntity.organizations,
skip: 0,
take: blade.currentEntity.organizations.length
Expand Down
2 changes: 1 addition & 1 deletion src/VirtoCommerce.CustomerModule.Web/module.manifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<id>VirtoCommerce.Customer</id>
<version>3.822.0</version>
<version>3.823.0</version>
<version-tag />

<platformVersion>3.853.0</platformVersion>
Expand Down

0 comments on commit 558b271

Please sign in to comment.