Hi, I am using dynamic form widget for nested dynamic form. The scenario is One Pastor has many short term goals and each short term goals has Misssional goals.
So I have three tables:
Pastor
Shorttermgoals
Shorttermmissionalgoals
actionCreate is implemented well. I have below actionUpdate. When I run it, foll error is displayed.
Invalid Configuration – yii\base\InvalidConfigException
The 'model' property must be set and must extend from '\yii\base\Model'.
Hi, I am using dynamic form widget for nested dynamic form. The scenario is One Pastor has many short term goals and each short term goals has Misssional goals. So I have three tables:
Shorttermmissionalgoals actionCreate is implemented well. I have below actionUpdate. When I run it, foll error is displayed.
I am using Modelshortterm,
Below is the image