खुला हुआ बंद किया हुआ

Bugs & Problems v2.7.0 #149


User avatar
0
alper बनाया था
सहायता दल Director

Update the ABP CLI:

dotnet tool update -g Volo.Abp.Cli

Update the ABP Suite:

abp suite update

  • Release notes: https://docs.abp.io/en/commercial/latest/release-notes

52 उत्तर (ओं)
  • User Avatar
    0
    alper बनाया था
    सहायता दल Director

    @sean.alford if you can send us the Suite entity json files, I'll try to reproduce and fix them.

  • User Avatar
    0
    edirkzwager बनाया था

    @alper Concerning my problem with removing jquery. You can close that issue because we needed to change the removal of jquery to the below code :

                options
                    .ScriptBundles
                    .Configure(LeptonThemeBundles.Scripts.Global, bundle => {
                        bundle.AddContributors(typeof(Support.RemoveJqueryScriptContributor));
                    });
    

    instead of

                options
                    .ScriptBundles
                    .Configure(StandardBundles.Scripts.Global, bundle => {
                        bundle.AddContributors(typeof(Support.RemoveJqueryScriptContributor));
                    });
    
Made with ❤️ on ABP v8.2.0-preview Updated on मार्च 25, 2024, 15:11