Przeglądaj źródła

Merge branch 'feature/3146-joway-4' into develop

joway 2 lat temu
rodzic
commit
80aa4447bf

+ 1 - 0
common/models/forms/ApproachDeclarationLoopForm.php

@@ -193,6 +193,7 @@ class ApproachDeclarationLoopForm extends Model
                     }
                     }
 
 
                     $result = $model->add($this->data);
                     $result = $model->add($this->data);
+                    
                     if(!$result){
                     if(!$result){
                         throw new Exception(Form::formatErrorsForApi($model->getErrors()));
                         throw new Exception(Form::formatErrorsForApi($model->getErrors()));
                     }
                     }