yii2-extensions / dynamicform

Yii2 Dynamic form widget for cloning form elements in a nested manner while maintaining accessibility.
Other
3 stars 1 forks source link

Wrong entity stored in form? #1

Closed Brice1827 closed 6 months ago

Brice1827 commented 6 months ago

Hello, in the form example it's seems that instead of: <?= Html::submitButton($modelAddress->isNewRecord ? 'Create' : 'Update', ['class' => 'btn btn-primary']) ?> it should be: <?= Html::submitButton($modelCustomer->isNewRecord ? 'Create' : 'Update', ['class' => 'btn btn-primary']) ?>

mtangoo commented 6 months ago

Thanks @Brice1827. It is fixed now