Search code examples
subsonicsubsonic3

Should ActiveRecord DirtyColumns be cleared when calling Save


I am checking whether my class IsDirty, if so the user gets prompted to with a "do you want to Save" message. If they click yes, it calls a Save however I am stuck in a loop because Save does not clear out the dirty columns.

Should it?

****BUMP****


Solution

  • Apparently its a bug and logged on github.com