-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Grails 4.0.x #4
Grails 4.0.x #4
Conversation
Having an issue with the registration Doesn't seem to be working like my other plugin...
The tests could be improved...
Grails 3.3 from virtualdogbert
---- Added CascadeConstraintRegistration used to register the constraint.
…ed maven-publish instead. Version now 4.0.0-SNAPSHOT
@rmorrise I decided to make my pull-request towards the GPC version (assuming that this is where it will live moving forward). Could you please review. Meanwhile I will try to get the release process up and running with GitHub Actions |
src/main/groovy/com/cscinfo/platform/constraint/CascadeConstraintRegistration.groovy
Outdated
Show resolved
Hide resolved
src/main/groovy/com/cscinfo/platform/constraint/CascadeConstraint.groovy
Outdated
Show resolved
Hide resolved
src/main/groovy/grails/cascade/validation/CascadeValidationGrailsPlugin.groovy
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good; some nitpicky changes in comments
Thanks for updating this! |
* The official repository is now https://github.com/gpc/grails-cascade-validation * CascadeConstraint validates parameters as expected, includes added test * Various minor changes to plugin descriptor. * Improved README.md * Upgrade to Grails 4.0.13
@rmorrise Looks good now? |
Perfect! Thank you! |
Upgraded version, verified in local build.