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
Jason, I am having an issue with the first version change for each model, where only the PK, FK, and version columns are saved in the version table, and all other data is left blank. In subsequent versions, the entire row is properly saved.
Any ideas here? I have tried multiple ways to "initialize" the models, but have received the same result.
Thanks in advance!
Martin
The text was updated successfully, but these errors were encountered:
I remember having to making extensive modifications to save_version to get this to work with Rails 3.1 & 3.2. Perhaps something in Rails 4 is also broken there.
Jason, I am having an issue with the first version change for each model, where only the PK, FK, and version columns are saved in the version table, and all other data is left blank. In subsequent versions, the entire row is properly saved.
Any ideas here? I have tried multiple ways to "initialize" the models, but have received the same result.
Thanks in advance!
Martin
The text was updated successfully, but these errors were encountered: