Artem Dudarev

Results 8 issues of Artem Dudarev

## Description A hamburger menu in a grid contains only those fields, that are present in the very first record in the grid. This PR makes all fields to be...

**Describe the bug** We have a payment method with some settings and these settings are visible among all other platform settings. If we add the `IsHidden` flag to these settings,...

Currently, when you enter non-existing email you still get the message `Email with instructions has been sent to you`. A client wants to see a message like `This email does...

enhancement
client request

## 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...

Increase precision of decimal fields to 5 digits, as it was done in the platform: https://github.com/VirtoCommerce/vc-platform/issues/608 Decimal fields can be found in the following entities: - ItemEntity - PropertyValueEntity

enhancement
client request

## Description ```csharp using VirtoCommerce.Platform.Core.Events; public class Module : IModule, IHasConfiguration { public void PostInitialize(IApplicationBuilder appBuilder) { // Unregister specific handler appBuilder.UnregisterEventHandler(); // Unregister all handlers for specific event appBuilder.UnregisterEventHandlers();...

## Description ## References ### QA-test: ### Jira-link: https://virtocommerce.atlassian.net/browse/VCST-1353 ### Artifact URL: Image tag: 3.838.0-pr-2810-e00f-vcst-1353-e00fcea5

## Description ```graphql query { store(storeId: "b2b-store") { settings { authenticationTypes } } } ``` ![image](https://github.com/user-attachments/assets/2057d541-94ef-4da9-ba07-1aa87309d140) ## References ### QA-test: ### Jira-link: https://virtocommerce.atlassian.net/browse/VCST-1431 ### Artifact URL: https://vc3prerelease.blob.core.windows.net/packages/VirtoCommerce.ExperienceApi_3.842.0-pr-567-db45.zip