Activities of "jassada-mwp"

I think if you follow my reproduce steps. It should get same result.

Yes it was added and change many files as following images.

I have a problem with add File Management module to exist abp solution. So I try to add File Management to newly create abp solution instead. By the way after following the steps in File Management Module document(here). I still cannot add File Management menu to abp solution. Please advise.

  • ABP Framework version: v3.0.5
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue: 1)Create new abp solution from abp suite and choose setting as below image. 2)Go to Modules menu and add File Management module by "Add as project" as below image.

3)Run DbMigrator in aspnet-core solution. 4)Run HttpApi.Host project in aspnet-core solution. 5)Run yarn install in angular folder. 6)Run yarn start to start local server. 7)Log in using admin username and use default password. 8)Cannot find any File Management menu inside any left side menu.

I got an error when try to add Identity Module as project to exist ABP project.

What I try to do is customize User Management menu by add more menu as pic below.

How I can do this? I try to look in document but still got no clue. In old AspBoilerPlate, I just add more code on angular side. But in new ABP, It seem like they reference as npm. So how we add more menu there?

  • ABP Framework version: v2.8.0
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): Seperate Identity Server with angular
  • Exception message and stack trace:
  • Steps to reproduce the issue:
  • 1. Create new project with Abp suite choose Angular, Mobile:None, DatabaseProvide:EF Core and seperate identity server.
  • 2. Add Identity Module from Abp suite and choose "Add as project".

Hi I have a question about auth token in new ABP.

I have some 3rd party component in Angular that need to send auth token to backend service every time it post request. In old AspnetBoilerplate, I use abp.auth.getToken(). But I cannot find any api that can do the same in new ABP. Which api should I use for that in ABP?

Thanks

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