cakephp / elastic-search

Elastic search datasource for CakePHP
Other
88 stars 53 forks source link

Support nested validation errors on nonexistent entities #175

Closed josbeir closed 6 years ago

josbeir commented 6 years ago

Tests will fail because of an issue in Cake core that needs to be resolved first so do not merge this one just yet.

Refs https://github.com/cakephp/cakephp/pull/12250

josbeir commented 6 years ago

Fixed in https://github.com/cakephp/cakephp/pull/12268 Waiting for official release

josbeir commented 6 years ago

Refs #174

There was still an issue with nested validation errors in DocumentContext in the case that validation errors are defined on documents children that are not yet created. This PR fixes that too.

josbeir commented 6 years ago

This can be merged now as cake 3.6.6 is released

lorenzo commented 6 years ago

Thanks!