Activities of "edelivery"

Thanks, I can make it

I've got this error when create microservice solution in abp suite preview 8.0.0-rc.1

Answer

thanks bunyamin! It's worked

Answer

Could you share the code of NavItemsComponent? Both html and ts files.

I just copy code from html and ts file in your document

Answer

Hello,

You can replace nav-items by following the instructions listed in the docs

Instead of

import { eThemeBasicComponents } from '@abp/ng.theme.basic';

use the following the enum

import { eThemeLeptonComponents } from @volo/abp.ng.theme.lepton;

and use eThemeLeptonComponents.NavItems to replace the nav items.

I have tried this but when click admin it doesn't show anything

Question
  • ABP Framework version: v4.4.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue: Hi all I want to hide Linked account,My account, Security log in nav item. How can I do that?
Answer

ABP Framework version: v4.3.0
UI type: Angular
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): Yes
Steps to reproduce the issue:
I just get source from ABP suite and build. It has this error

@edelivery couldn't understand what you get? is that a module?

Hi alper
I just created new solution from abp suite
Template type: application template

so I understand this; you create a new Angular + EF Core + Separated Identity Server proejct. And it throws exception out of the box. Right?

yes, that's right

Answer

ABP Framework version: v4.3.0
UI type: Angular
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): Yes
Steps to reproduce the issue:
I just get source from ABP suite and build. It has this error

@edelivery couldn't understand what you get? is that a module?

Hi alper I just created new solution from abp suite Template type: application template

Answer

ABP Framework version: v4.3.0 UI type: Angular DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): Yes Steps to reproduce the issue: I just get source from ABP suite and build. It has this error

Hi pvaz

In the login page, how can I hide the tenant selector ? On the customization of the login, there is nothing related with the tentant selector but it is shown

You can set this:

            Configure<AbpMultiTenancyOptions>(options =>
            {
                options.IsEnabled = false;
            });

in IdentityServerModule to hide tenant selector

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