0
roberto.fiocchi 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:
- Create a new Abp 8.1.0-rc.2 project using Blazor webassembly
- With Abp suite create a test entity called "Book" with a property string "Title"
- Add a couple records using the generated page
- In the generated page open the "Advanced filters" section and type the following characters "&%;" in the "Title" filter
- Open the web browser dev tool and press the "Export to excel" button
- 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)
-
0
Hi, thanks for reporting. The URL should be encoded as you stated, we have created an internal issue for this problem (#16954). Regards.
-
0
Thanks,
We will await these fixes soon
Best Regards, Roberto