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
Make it possible to use a Data model in order to setup an action arguments.
Advantage:
The text was updated successfully, but these errors were encountered:
Atk4/data UA must be improved to validate the $args againts the $ua->args definition (which needs also an improved phpdoc).
$args
$ua->args
https://github.com/atk4/data/blob/06dc74732a/src/Model/UserAction.php#L144
Then these validations:
can be removed which are even wrong, as isset() will fail with null value like empty date.
isset()
Sorry, something went wrong.
ibelar
Successfully merging a pull request may close this issue.
Make it possible to use a Data model in order to setup an action arguments.
Advantage:
The text was updated successfully, but these errors were encountered: