Atividades de "edirkzwager"

Thanks you liangshiwei. Your suggestion solved the issue. Your proposal for the 4.3 version looks good.

Hi liangshiwei,

Your first suggestion does not give the desired result. The SeedAsync is already called in the MigrateTenantDatabaseAsync. I think I need to take the second step and create a custom seeder.

But is there a way to use the KantanPermissionDefinitionProvider defined in the Application.Contracts ?

Thanks liangshiwei. Got it working !

Responder

@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));
                });

@liangshiwei ... Many thanks !!!! That solved the issue.

The documentation should be modified on this ;-)

@liangshiwei Thanks .. I removed the download link; did not think about the license. If needed I can provide you with the demo project.

Responder

@alper I have tried it using your suggestions but still nu luck.

But then I remembered I added the nuget telerik.com within VS2019 Package Manager Settings. Because dotnet does not run within the VS2019 context, it is missing the login for Telerik. Removing the Telerik nuget from VS solved the issue. Thanks for your support !

Hi,

Sorry for the delay in my response. Had some issues on my projects to resolve. What we are trying to do is remove the standard ABP inclusion of jquery by ABP. This because we want to integrate Telerik components and for that to work the jquery.js must be put on the top of the page. We know about the option .Deferred() but that is not the way we want to solve this. The project has been migrated from 2.3 to 2.7 (both commercial) and within 2.3 it worked and with 2.7 (and 2.8) jquery is added by ABP dispite us removing it. We have a demo project (2.7 showcasing the issue and can be downloaded from (can be provided on request)

Alper mentioned we need to do this in the web project but we did. And again : this worked nicely with the 2.3 release.

Please find below the description as we reported this with the 2.7 / 2.8 Release.

@alper As reported with 2.7, the removed jquery.js is still added to the page. We have a demo project to show the issue (cannot attach), The given screenshots show you the issue we have found. We have also tested this with 2.8 with the same results. Seems like jquery gets added by abp modules. As you can see the jquery.js is added at the end of the chain of javascripts. This will cause issues because jquery should be added before any jquery dependant script or component.

Basic situation, clean new project without new bundles or removal contributor.

Situation after adding the removal contributor. The JQuery script has moved to the bottom of the script block.

Situation after adding the custom script layout hook. It does place the jquery script at the top. The “old” jquery script remains at the bottom.

The working situation in v2.3. This is our own project

Responder

@sean.alford and @alper Please find below the results of the given steps. Still no luck :-(

Responder

I am having troubles updating / installing the abp suite 2.8. Please find below the error. I have tried to remove abp suite, re-install but the results are always as below.

Mostrando 1 até 10 de 13 registros
Made with ❤️ on ABP v8.2.0-preview Updated on março 25, 2024, 15:11