Activities of "maggieryanmail@gmail.com"

Hi,

This is a bug, we will fix it in the next patch version, and your ticket refunded.

Thank you!

  • ABP Framework version: v7.4.0
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server)
  • Steps to reproduce the issue:
    • Enable Ldap
    • Administration -> Settings -> Identity Management -> Ldap

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

Question
  • ABP Framework version: v7.4
  • UI Type: Blazor Server
  • Database System: EF Core

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.

Additionally, there are 2 'My Account' options in the menu, only the first one works.

Question
  • ABP Framework version: v7.2.1
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

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?

  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

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.

Showing 1 to 7 of 7 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11