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
order_by
Need to implement getOrderableFields method inside the BaseRequest class. This method should have two args:
getOrderableFields
BaseRequest
modelName
additionalFields
Method should merge result of getFields method called on model with the additional fields arg and return string, imploded by ,
getFields
,
The text was updated successfully, but these errors were encountered:
#161: Ability to validate order_by field
2d083a1
yogyrton
No branches or pull requests
Need to implement
getOrderableFields
method inside theBaseRequest
class. This method should have two args:modelName
additionalFields
Method should merge result of
getFields
method called on model with the additional fields arg and return string, imploded by,
The text was updated successfully, but these errors were encountered: