wbraganca / yii2-dynamicform

It is widget to yii2 framework to clone form elements in a nested manner, maintaining accessibility.
Other
436 stars 438 forks source link

Problems with the update when using Dynamic Form #86

Closed possebon closed 9 years ago

possebon commented 9 years ago

Hi,

I'm implementing a code using your yii2-dynamicform.

The create action works perfectly, but the update is not working.

I used all the code reference from your main page, just changing some variables name.

The error that I'm getting is PHP Notice – yii\base\ErrorException

Undefined variable: modelsCustomerContactReference

I put all the code of form and controller on a pastebin:

http://pastebin.com/rJr6Wtem

possebon commented 9 years ago

Never mind.. I found my mistake. I did not change the update view.

Sorry.