Activities of "arodriguez"

Greetings, I am using the following regular expression:

[RegularExpression(@"^[a-zA-Z0-9]+$", ErrorMessage ="El código solo puede contener letras y Números")]

I need the error message to be customized and related to a tag used within the Json files of the Localization For example something like this:

[RegularExpression(@"^[a-zA-Z0-9]+$", ErrorMessageResourceName ="CodeMessage")] // CodeMessage is my Generic Tag into es.json and en.json (both located in the localization folder)

  • ABP Framework version: v4.4.2
  • UI type: Blazor
  • DB provider: Sql Server
Answer

Hello,

Ok, thank you very much for your response, the first option seems to be the best choice for the feature we would like to achieve.

Hello,

Ok we´ll be waiting for that. Thank you.

Answer

Hello!

In order to identify users’ behavior patterns, we would like to track users’ activity based on click tracking (recording which elements on the application users click).

Have you thought of including this functionality in the Audit Logging Module or what could you recommend us for this approach?

Thanks.

Question

We would like to have a function in the Audit Logging Module, but in order to specifically analyze the UX Design according to how the interface components are used inside the application, what can you recommend us to this approach?

Project specs:

  • ABP Framework version: v4.4.2
  • UI type: Blazor Server
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): Tiered / Identity Server Separated

We made an attempt to add the chat module through ABP Suite to the startup template project and although the installation result indicates that it was done successfully, the chat icon could not be displayed in the top menu even after the permission was granted.

Project specs.:

  • ABP Framework version: v4.4.2
  • UI type: Blazor Server
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): Tiered / Identity Server Separated
Showing 1 to 6 of 6 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11