Activities of "alper"

approximately 7 days.

this doesn't seem to be a framework or ABP commercial template issue. it's related to IIS that's why better to ask on the IIS support website. On the other hand, you can try to change the cookie path in your module class.

services.ConfigureApplicationCookie(options =>
  {
    options.Cookie.Path = "/";
  });

our test team tested this issue and couldn't reproduce it. they just send feedback that it takes a long time to generate the UI otherwise it works. make sure your ABP Suite and your ABP project are the same version. Also, test it with the new 5.3.0 project to understand it works with the brand new template.

ABP Suite - Preserve Custom Code Across Repeated CRUD Generations

my common work-flow: generate crud->customise->re-generate crud->re-enter-previous customization-> repeat...etc

  • for the *.cs generated classes is would be very useful to be able to wrap custom code in a region - such that the CRUD engine can detect this region in the *.cs file allowing it to be preserved across CRUD generations.

`#region CustomCode

// ...custom code here

#endregion`

This would be a massive boost in efficiency and a valued Feature in my opinion.

this is one of the important features that we would like to implement. there are several approaches to preserving the custom code. we will find the best way to achieve this.

this issue has been fixed and will be delivered with v5.3.1

by the way, we're working on the The type 'gfU5S6oIGXGV5eWjNvK.tImOMJoYoJGVUBJc5hr' is not a valid page. issue. but if we find a problem there, the fix will come with the next patch version.

good to hear that closing the issue... happy coding :)

thank you I assigned your issue to @gterdem. he'll help you on that.

hi, you can check it 2 hours after this message.

we'll check it

Showing 341 to 350 of 1868 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11