Activities of "edelivery"

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?

ABP Framework version: v3.3.0 UI type: Angular Tiered (MVC) or Identity Server Seperated (Angular): yes Hi All I have seperate module with differrent link and i want to use single sign on to login. I used angular-oauth2-oidc and call function loadDiscoveryDocumentAndLogin to skip the Login Form but it return to error page like This

Question
  • ABP Framework version: v3.3.0
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): yes

My solution is using Microservice so it have seperated Modules and it communicated by gateway. How can i included all permission of all modules to Permisssion management. Because my gateway Route to /api/permission-management of only 1 module

{
      "downstreampathtemplate": "/api/permission-management/{everything}",
      "downstreamscheme": "https",
      "downstreamhostandports": [
        {
          "host": "localhost",
          "port": 44325
        }
      ],
      "upstreampathtemplate": "/api/permission-management/{everything}",
      "upstreamhttpmethod": [ "put", "delete", "get", "post" ]
    },
    

  • **ABP Framework version: 3.0.5
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): yes

I want to hide administration on menu. I'm using route.provider Please help me how to do it

ABP Framework version: 3.0.5 User Interface type: Angular

  • ABP Framework version: 2.9
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): yes

Hi all I have a problem of SetMenuPlacement. Currently, my menu is on the left. I would like to set Menu on the top of page so I use layoutStateService.dispatchSetMenuPlacement(1), then it's ok. As a result: But I have trouble:

It can't work when I log in and log out again , Menu is still on the left. When I refresh this page, Menu is on the top. How I can set it's alway on top when I logout and login again Thanks

Hi all! I have some setting defined in module BackendService. How i can get all setting of module BackendService in module DDC.Core. I use SettingDefinitionManager.GetAll() but i don't see any setting of module BackendService Thanks

Hi all! I want to show modal when click User Salesforce Hierarchy as below. But i don't know how to make it (i'm using Angular) Please help me

Question

Hi all! I want to add select checkbox to abp-table but i dont't know how to made it. Currently, I'm using primeng table Thanks

Question

Hi all! I want to add action to page Users please tell me how to made it?

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