IntegrityFoundation
Results
2
comments of
IntegrityFoundation
Hi, I am also facing the same error exactly correct. Below is my actionUpdate() ~~~~ public function actionUpdate($id) { $model = $this->findModel($id); $modelsShortTerm=$model->shorttermgoals; $modelsShortTermMissional = []; $oldShortTermMissional = []; if...
How should I update the dynamic form widget extension?