We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Postman request uses this format: /scenarios?order[title]=DESC
which throws a "Notice: Undefined offset: 1" error.
The text was updated successfully, but these errors were encountered:
The error occurs on this line: https://github.com/api-platform/core/blob/master/src/Bridge/Doctrine/Orm/Util/QueryChecker.php#L145
For some reason, the $relationship variable only contains an entity name with no period. \AppBundle\Entity\ServiceTranslation
$relationship
\AppBundle\Entity\ServiceTranslation
Will need to check with api platform devs
Sorry, something went wrong.
@mario-digitalstate APIP 2.1 has been released.
related APIP Update to 2.1 #32
marioprudhomme
No branches or pull requests
The Postman request uses this format:
/scenarios?order[title]=DESC
which throws a "Notice: Undefined offset: 1" error.
The text was updated successfully, but these errors were encountered: