Hi,
This is a bug, we will fix it in the next patch version, and your ticket refunded.
Thank you!
There is no "Domain" in the Ldap settings. It looks like it should be there per the documentation: https://docs.abp.io/en/commercial/latest/modules/identity/ldap
Hello,
Is there a way for the current user to select which Lepton theme style they would like without affecting other users?
I only see a way to set the theme style globally.
Thanks in advance.
I added the chat module to my project, enabled chat, but the chat icon is not visible. The only place it is visible is when I'm on the 'My Account' page. The chat works as expected when I access it from the 'My Account' page
That worked - thank you!
Is there any way to modify the contents of the modal?
How do I open the entity history change modal from my index page in blazor?
I tried:
@inject EntityChangeHistoryModal EntityHistoryModal;
await EntityHistoryModal.OpenAsync(EntityFullName, entityId.ToString());
I get a Null reference exception.