vc-platform
vc-platform copied to clipboard
Virto Commerce B2B Innovation Platform
The image below clearly represents the issue: 
**Describe the bug** The "Save changes" dialog should appear only when there are changes made by user. **Steps to reproduce** Steps to reproduce the behavior: 1. Go to 'Notifications' 2....
**Describe the bug** User with removed store gets error message while viewing it. **Steps to reproduce** 1. Find user with some store 2. Remove this store 3. See error in...
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.13 to 0.5.35. Release notes Sourced from moment-timezone's releases. Release 0.5.34 Updated data to IANA TZDB 2021e Release 0.5.33 Updated data to IANA TZDB 2021a Release 0.5.32...
## Description ## References ### QA-test: ### Jira-link: https://virtocommerce.atlassian.net/browse/VCST-662 ### Artifact URL:
## Description ### Before ```csharp var handlerRegistrar = appBuilder.ApplicationServices.GetService(); handlerRegistrar.RegisterHandler(async (message, token) => await appBuilder.ApplicationServices.GetService().Handle(message)); ``` ### After ```csharp appBuilder.RegisterEventHandler(); ``` Also, now it's possible to register a handler for...
Fixes the following problem: After updating to .Net8 on macOS, DLL dependencies of custom modules are not loaded, because the default search folder is now wrong. See: https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/8.0/getfolderpath-unix
## Description feat: Improved Count UX in modules, account, roles, settings. feat: Added sorting by for account roles list.  ## References ### QA-test: ### Jira-link: ### Artifact URL:
- Site: [http://localhost:8090](http://localhost:8090) **New Alerts** - **CSP: Wildcard Directive** [10055] total: 2: - [http://localhost:8090](http://localhost:8090) - [http://localhost:8090/](http://localhost:8090/) - **CSP: script-src unsafe-inline** [10055] total: 2: - [http://localhost:8090](http://localhost:8090) - [http://localhost:8090/](http://localhost:8090/) - **CSP: style-src...
There's been a [rebranding ](https://learn.microsoft.com/en-us/entra/fundamentals/new-name) of Azure Active Directory to Microsoft Entra ID. This PR reflects this change in the most user-facing spot, that is the log-in page, but I...