sonata-project / SonataArticleBundle

[Abandoned] Advanced article management
https://docs.sonata-project.org/projects/SonataArticleBundle
MIT License
11 stars 25 forks source link

fix(278): restore support for _delete field #280

Closed srascar closed 3 years ago

srascar commented 3 years ago

Subject

Resolve the loss of _delete field support. Please note that the fragment form is no more removed from the dom on submission so the id of the deleted fragment will be part of the values (but marked as deleted).

Closes #278.

Changelog

### Changed
- JS will now use the delete field to mark a fragment as deleted instead of not sending the value.
VincentLanglet commented 3 years ago

Please review @sonata-project/contributors

VincentLanglet commented 3 years ago

Thanks