etendosoftware / etendo_core

Etendo Classic source code
9 stars 10 forks source link

EPL-1535 : Swagger API error - Bad filtering by entity #418

Closed juanfunes1996 closed 2 months ago

juanfunes1996 commented 3 months ago

Error's description

Error when making GET type requests in Swagger API. When filtering by entity the request does not take the parameter as it should for the request to be functional.

Steps to reproduce the error

1 - Make the necessary configuration (according to the documentation: https://demo.etendo.cloud/etendo/web/com.smf.securewebservices/doc ). Obtain the token necessary to make requests and attach it. 2024-06-03_12-29 2 - Perform a GET request filtering by a particular entity. 2024-06-03_11-17_1 3 - Run the process. The error will be displayed. 2024-06-03_11-18

Expected behavior

The correct filtering by the required parameters.

Affected Version

Etendo Core: From 23.2.4 onwards

It should be clarified that the error starts to be registered from version 23.2.4 with the changes made in this issue: https://github.com/etendosoftware/etendo_core/issues/215

Pull request: https://github.com/etendosoftware/etendo_core/pull/216/files

Solution Design (optional)

Other test cases

Given: When: Then: