You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extensions make yii great for me! Complement!
I've got just one thing, which propaberly not working correctly:
I've generated CRUD with hasMany Forms as TabularForm
If I make an update and got an validation error due to not matching some rules, e.g. forgot to fill a required field, a error hint is shown (this is fine)
Now I correct the the mistake and fill the required field and update again I got the error: The object being updated is outdated.
It seems that some forms will not be field with the lock id correctly after the first update and have then an outdated id.
Does anyone have an idea, how to correct this???
Many thanks in advance!!!
Toby
The text was updated successfully, but these errors were encountered:
ok, I found out that the "normal" form don't send an submit, if not all rules are fulfilled.
Unfortunately, if an has many form (as tabular form) don't fulfill all rules, the page will be submitted and the flash message shows the validation error. As long as the validation error will not prevent the submit - it doesn't work.
So, how can I bring the form to prevent the submit, if hasmanyforms validation rules are not fulfilled?
Hi,
This extensions make yii great for me! Complement!
I've got just one thing, which propaberly not working correctly:
It seems that some forms will not be field with the lock id correctly after the first update and have then an outdated id.
Does anyone have an idea, how to correct this???
Many thanks in advance!!!
Toby
The text was updated successfully, but these errors were encountered: