Thank you very much, I will try this approach.
We have an application that was developed using v6.8.0 and would like to upgrade to v7.20 so that we have the new features that have been added.
What is the best practice for upgrading an existing application?
Thank you in advance,
Michael
Hi ryancyq,
My ANZ Project version is 6.8.0.0 and the framework is ASP.NET Core MVC + jQuery
Please let me know how this can be achieved.
Thank you
Hi,
I'm currently working on security fixes to our application that have requested by a third party security company for our client.
One of their requests is that the list of all permisions (found in abp.auth.allPermissions) is not displayed in AbpScripts/GetAll.js on the login page and other unauthenticated pages.
I have tried modifiying Web/Abp/Framework/Scripts/abp.js however this does not seem to affect the output of the generated AbpScripts/GetAll.js file. I can see the ticks querystring on the end of the request, so it is not a caching issue.
How can I modify the output for AbpScripts/GetAll.js?