Open
Description
Description
If a nested resource or an associated entity has a validation logic that depends on the parent data or a value of the parent models, there is no way to access that data.
For example, when add a nested validator, the context object contains only the data of the nested resource.
Is there a way to add to the context object the complete data array in the case of a modelless form or the main entity where the validation has been started in the case on a table?
CakePHP Version
No response