Activities of "manuel42"

Answer

Thank you for your help

Answer

Okay and is there a way to disable all breadCrumbs of all the pages in a configuration ? I have seen the pageHeaderOptions only availaible for blazor ?

Answer

Thank you for the hint. But I need also to add the Mouseover InfoText for every page. Is there no other way to replace/extend the pageheader because the application has a lot of pages ?

Question
  • ABP Framework version: v7.2.2
  • UI Type:MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hello,

I followed this steps to replace the content title view component -> https://docs.abp.io/en/commercial/latest/themes/lepton-x/mvc#content-title Here is only explained how to replace the view component but I also need to extend the content title model.(I need to do this for a application template and two modules ) How can I do this ?

Because I want to add this info symbol as you show on the lepton x demo page

solved it by myself. There wars package with a wrong version ;)

  • ABP Framework version: v7.2.2
  • UI Type: AMVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

I have already updated a module from 5.3.1 to 7.2.2. But Now I want to update from 7.2.2 to 7.4.1. I have tried to update the module template first. But after Updating a few ABP packages I always got the following error:

Severity Code Description Project File Line Suppression State Error MSB4018 The "ResolvePackageAssets" task failed unexpectedly. System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary2.Insert(TKey key, TValue value, Boolean add) at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable1 source, Func2 keySelector, Func2 elementSelector, IEqualityComparer`1 comparer) at Microsoft.NET.Build.Tasks.ProjectContext.GetTopLevelDependencies(LockFile lockFile, LockFileTarget lockFileTarget) at Microsoft.NET.Build.Tasks.ResolvePackageAssets.CacheWriter.ComputePackageExclusions() at Microsoft.NET.Build.Tasks.ResolvePackageAssets.CacheWriter..ctor(ResolvePackageAssets task) at Microsoft.NET.Build.Tasks.ResolvePackageAssets.CacheReader.CreateReaderFromDisk(ResolvePackageAssets task, Byte[] settingsHash) at Microsoft.NET.Build.Tasks.ResolvePackageAssets.CacheReader..ctor(ResolvePackageAssets task) at Microsoft.NET.Build.Tasks.ResolvePackageAssets.ReadItemGroups() at Microsoft.NET.Build.Tasks.ResolvePackageAssets.ExecuteCore() at Microsoft.NET.Build.Tasks.TaskBase.Execute() at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() at Microsoft.Build.BackEnd.TaskBuilder.

I always got this error for the following projects

I have also tried to download a fresh module template and compare it with my template but I can not found any difference. Could you provide me some steps to solve the error and update projects.

Thank you solution this fixed my problem!

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, and please first use the search on the homepage. Provide us with the following info:

  • ABP Framework version: v7.2.2
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hello,

currently we have issue with the date picker localization. It always apply the "en" localization mixed with some german localization.

The correct bootstrap date picker localization files is available

I have tried to add the files manually

I have also tried to use <b>abp-input</b> tag and also the <b>abp-date-picker</b> tag I need to urgent fix this issue on a customer application.

I want to use the UI extension system. In the foreach loop on the Default.cshtml you can see that this feature is already implemented (render all extraProperties of the PersonalInfoModel).

In the xxx.Application.Contracts project I have extended the DTOs with the ObjectExtensionsManager

In Meantime I have played around with it and I was able to use it when I replace CustomPersonalInfoModel with the ProfileDto. Either the usage of the PersonalInfoModel in the foreach loop is a issue or there is another way to extend the PersonalInfoPage with UI extension system? Could you please check it ?

I want to avoid custom replacements because they need more more afford in the future to update them in a new ABP version.

Hello Anjali_Musmade,

this is only change I did in the Default.cshtml

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