GabrielSchuller的活动

Hi,

I have an issue with the LimitedResultRequestDto.MaxMaxResultCount. More exactly, I have a radzen data grid in which I try to show 1138 records and for that I had to change the LimitedResultRequestDto.MaxMaxResultCount to a higher value. I decided to go with 10000, being that many more records could be added and I wanted to make sure we won't have an issue no more. It works fine but when I try to go on other routes, like for example I would like to go and add users, I get this error:

I have tried to use and implement a dispose method to put it back to 1000, which it does, but the application breaks after. Please give me a hand in how to change said issue with LimitedResultRequestDto.MaxMaxResultCount and LimitedResultRequestDto.DefaultMaxResultCount

  • ABP Framework version: 7.4.2
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace: Showed in the picture
  • Steps to reproduce the issue: You change the LimitedResultRequestDto.MaxMaxResultCount in a data grid with radzen, or in general i believe, then you go on the users route. It sometimes does not happen always, but it will happen once every 6-7 tries for sure. You need to first go on to the page that changes the LimitedResultRequestDto.MaxMaxResultCount and then go on the users page or whatever page makes a db call. Those steps are not required but I gave the ones that will reproduce it for sure with greatest degree of success
显示 1 个条目中的 1 到 1 个.
Made with ❤️ on ABP v8.2.0-preview Updated on 三月 25, 2024, 15:11