[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)
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:
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.: