Roman

Results 2 issues of Roman

``` /** * @return void */ public function afterValidate() { if (!Model::validateMultiple($this->owner->{$this->translationRelation})) { $this->owner->addError($this->translationRelation); foreach ($this->owner->{$this->translationRelation} as $model) { /** @var ActiveRecord $model */ if ($model->hasErrors()){ $this->owner->addErrors($model->getErrors()); } } }...

invalid

### Is the bug applicable and reproducible to the latest version of the package and hasn't it been reported before? - [X] Yes, it's still reproducible ### What version of...

bug