jawknee / coLab

coLab Project
0 stars 0 forks source link

Create "prev" copies so we can know what changed #47

Closed jawknee closed 10 years ago

jawknee commented 10 years ago

Currently, things are noted as having changed when the change happens - but if they're changed back - we still think there's been a change… We need to keep copies of the original values for Edit objects.

jawknee commented 10 years ago

Almost there - the most recent commit 0b824be85d8c00132ee4ceaaad0e27862e49bf2c got most of this - Group, Page and Song now create a duplicate a load time and the code to test it is now in a try: so it appears to at least not be breaking things. Should probably create a .prev copy at instantiation time, and overwrite it a load time - at that point I think this is closed.