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
Description of the problem
The relationship_query hook generator that is used by the CLI for extension hook generation has the incorrect parameters.
relationship_query
The docs states the parameters are: relationships_query($field_name, $entry_ids, $depths, $sql)
The generator creates the hook with $field_name, $entry.
$field_name, $entry
How To Reproduce Steps to reproduce the behavior:
Run eecli.php make:extension-hook and choose the relationship_query hook.
eecli.php make:extension-hook
EE 7.2.x
The text was updated successfully, but these errors were encountered:
Addressed in #3422
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description of the problem
The
relationship_query
hook generator that is used by the CLI for extension hook generation has the incorrect parameters.The docs states the parameters are: relationships_query($field_name, $entry_ids, $depths, $sql)
The generator creates the hook with
$field_name, $entry
.How To Reproduce
Steps to reproduce the behavior:
Run
eecli.php make:extension-hook
and choose therelationship_query
hook.EE 7.2.x
The text was updated successfully, but these errors were encountered: