Open Closed

Excel filters generated with Abp suite are not encoded #6776


User avatar
0
roberto.fiocchi@mcsi.it created
  • ABP Framework version: v8.1.0-rc.2
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace: none
  • Steps to reproduce:
  1. Create a new Abp 8.1.0-rc.2 project using Blazor webassembly
  2. With Abp suite create a test entity called "Book" with a property string "Title"
  3. Add a couple records using the generated page
  4. In the generated page open the "Advanced filters" section and type the following characters "&%;" in the "Title" filter
  5. Open the web browser dev tool and press the "Export to excel" button
  6. Notice how in the call to the api the filter did not work as intended and the call has returned a excel file with all the record unfiltered

This is due to the filters not getting encoded when the excel api is called.


2 Answer(s)
  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    Hi, thanks for reporting. The URL should be encoded as you stated, we have created an internal issue for this problem (#16954). Regards.

  • User Avatar
    0
    roberto.fiocchi@mcsi.it created

    Thanks,

    We will await these fixes soon

    Best Regards, Roberto

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11