Open
Description
Probably same issue as:
bolt/redactor#28
Reproduce:
- Have custom ContentValidator returning a dummy ConstraintViolation
eg: in bolt core source, changesrc/Validator/ContentValidator.php
validate() method to:
public function validate(Content $content)
{
$constraints = $this->getConstraints($content->getContentType());
$constraints->add(new ConstraintViolation("zzz", null, [], null, null, null));
return $constraints;
}
- Have an Article field
- Populate Article field
- Save
- Upon reload, Article field value is not displayed.
Metadata
Metadata
Assignees
Labels
No labels