*** ABP Framework version: v6.0.1
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Auth Server Separated (Angular): Tired
- Exception message and stack trace:
- Steps to reproduce the issue:"**
Hi, I am trying to pass the 'Sorting' field as a parameter from the frontend JS to the backend, but it is not being passed, whereas when I try to pass another parameter like 'FilterText', it does get passed. I am using this function: var getFilter = function () { return { filterText: "Hello", sorting: "sort" }; };
'Sorting' being an inherited field, may not be treated the same way to pass it as a parameter. Could you help me?
9 Answer(s)
-
0
You may try like this for sorting value ->
sorting: "id DESC"
-
0
It remains the same, the response I am getting in the Backend is null.
-
0
-
0
-
0
Hi,
Can you try with postman because Sorting is a query parameter. i am not able to reproduce the issue at my end.
?sorting=id desc&skipCount=0
can you send me a screenshot of you javascript code how you are calling the api and a network request screnshot?
-
0
-
0
-
0
-
0