Activities of "rohit.jadhav"

Hi We are planning to add some customisations to the navigation UI. Could you let us know if there is a way to do this without modifying the ABP source code ?

  • ABP Framework version: v8.0.1
  • UI Type: MVC
  • Database System: EF Core (PostgreSQL)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes (Layered Arch)

Thank you Ravi

  • ABP Framework version: v8.0.1
  • UI Type: MVC
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..) / MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

I have Application menu items and sub menus as well. but for each menu I have multiple routes e.g /page/uuid1, /page/uuid2

I have mentioned page/uuid1 in url while creating the Application menu item and when we click on that menu then it's auto exploring and selected till this part it's working fine. but when we visit another route of the same menu it's not getting selected and exploring.

We all know for the single menu or submenu we can have Mutiple pages inside it not only one grid and modal, e.g when we will have multiple tabs inside the page (one menu) If we visit any page inside that menu then that menu should get auto selected or we have provision to select it from c# code while initializing the page e.g in ConfigureMainMenuAsync method.

What is the solution to fulfil this requirement.?

I have installed yarn and issue is fixed, it means project is required all dependencies -> Node, npm and yarm also.

this will help to other developers as well,

Thanks, maliming, for your valuable time and support.

hi

Please share the output of abp install-libs command.

hi

Please share the output of abp install-libs command.

Node and npm not yarn, yarn also needed?

hi

Are node npm and yarn installed on your Windows server?

Yes it's installed same version as local it's working on local and not on server.

also I am using pro templates..

  • ABP Framework version: v8.0.1
  • UI Type: MVC
  • Database System: PostgreSQL
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

"libs/abp" folder is missing after execution of abp install-libs command.

Also I have deleted yarn.lock file as you suggested in other answers still abp folder is not generating after executing install-libs command. This issue is not reproducible on local machine, but I am facing problem in windows server - 2019

your problem still exists?

No, this issue is fixed in 8.0.1 version

hi

Windows also work

PS C:\Users\malim\Downloads\Sustainium\src\Sustainium.Web> dotnet publish -c Release 
MSBuild version 17.8.3+195e7f5a3 for .NET 
  Determining projects to restore... 
  All projects are up-to-date for restore. 
 
  p.Account.Pro.Public.Web.OpenIddict.dll 
  Sustainium.Web -> C:\Users\malim\Downloads\Sustainium\src\Sustainium.Web\bin\Release\net8.0\Sustainium.Web.dll 
  Sustainium.Web -> C:\Users\malim\Downloads\Sustainium\src\Sustainium.Web\bin\Release\net8.0\publish\ 
PS C:\Users\malim\Downloads\Sustainium\src\Sustainium.Web> 
 

On my machine, it was creating a problem, I have followed the stack overflow answer. https://stackoverflow.com/questions/69919664/publish-error-found-multiple-publish-output-files-with-the-same-relative-path

<PropertyGroup> <ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles> </PropertyGroup>

added in web app .csproj file.

Please suggest if any other way to fix it.

Thanks for your help and support.

hi

I can't reproduce.

Sustainium/src/Sustainium.Web > dotnet publish -c Release 

I am getting error, which .NET version you are using ..?

On my machine it's 8.0.100

顯示 25 個紀錄的 11 到 20 個.
Made with ❤️ on ABP v8.2.0-preview Updated on 3月 25, 2024, 15:11