Laravel-Backpack / CRUD

Build custom admin panels. Fast!
https://backpackforlaravel.com
MIT License
3.04k stars 885 forks source link

[WIP]Fix upload validators in repeatable #5427

Closed pxpm closed 6 months ago

pxpm commented 7 months ago

WHY

BEFORE - What was wrong? What was happening before this PR?

This is a fix for https://github.com/Laravel-Backpack/CRUD/issues/5409

Validations rules are not properly working when used in subfields

AFTER - What is happening after this PR?

They should work 🤷

Is it a breaking change?

I don't think so no.

pxpm commented 6 months ago

Moving this to the refactored branch, so that we can test everything together. #5440