Skip to content
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

[5.x] Add validation replacements to replicator and grid field types #10255

Open
wants to merge 2 commits into
base: 5.x
Choose a base branch
from

Conversation

florianbrinkmann
Copy link

@florianbrinkmann florianbrinkmann commented Jun 3, 2024

Currently it’s not possible to use the validation replacements (for example, validation_rule_handle:{id}) in fields that are part of replicator or grid fields, because the validator instance that is used for the »top-level« fields isn’t the same that’s used for the fields inside the replicator/grid (at least I think that’s the reason).

This PR changes that and adds the replacements for replicator and grid fields, if the parent is an Entry.

Closes #10065
Replaces #10064

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validation replacements for entry field not working inside replicator and grid
1 participant