Activities of "safi"

Please let me know how can we do this.

Please reply.

What UI are you using? Blazor wasm or Blazor server?

blazor wasm

This is very important and urgent for me.

Please let me know how can we do this.

What UI are you using? Blazor wasm or Blazor server?

blazor wasm

pls reply

Hi

I want to set my custom page as a landing page for admin. Like after login it should show my landing page can you please help me.

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

What UI are you using? Blazor wasm or Blazor server?

blazor wasm

Configure<AbpBundlingOptions>(options => {
options.ScriptBundles.Configure( LeptonThemeBundles.Styles.Global, bundle => { bundle.AddFiles("/global.js"); } ) });

I added code in global.js file but still showing phone number also pls let me know where I need to add this code Configure<AbpBundlingOptions>(options => {
options.ScriptBundles.Configure( LeptonThemeBundles.Styles.Global, bundle => { bundle.AddFiles("/global.js"); } ) });

ok so I am just adding this line in last. protected override async ValueTask SetTableColumnsAsync() { await base.SetTableColumnsAsync();

    UserManagementTableColumns.RemoveAll(x => x.Title.Contains("Phone")); 
} 

I need to hide this field in manage your profile section as well so it will work?

ok so I am just adding this line in last. protected override async ValueTask SetTableColumnsAsync() { await base.SetTableColumnsAsync();

    UserManagementTableColumns.RemoveAll(x => x.Title.Contains("Phone"));
}

See the document: https://docs.abp.io/en/abp/latest/UI/Blazor/Customization-Overriding-Components

For example: https://gist.github.com/realLiangshiwei/7b206990452bf566c711c0a0472d043d

It's throwing a error because I have customized user page as well.

Showing 191 to 200 of 347 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 01, 2024, 05:35