An advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles. It provides a full featured, multi-language CMS system with an innovative page and form assembling process, versioning, workflow, translation and media managers and much more.
Fixed a bug when persisting a pagepart with subentities where one is being deleted whilst not yet persisted. This causes the preg_match checks to not match and cause a 500 error. Later when iterating through the $subPagePartsToDelete, the $deleteInfo object is null and will also cause a 500 error.
Fixed a bug when persisting a pagepart with subentities where one is being deleted whilst not yet persisted. This causes the preg_match checks to not match and cause a 500 error. Later when iterating through the $subPagePartsToDelete, the $deleteInfo object is null and will also cause a 500 error.