snd297 / penn-ppod

Automatically exported from code.google.com/p/penn-ppod
Apache License 2.0
0 stars 0 forks source link

Swapping column in Mesquite does not cause the matrix or rows to be marked as hasLocalChanges #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
pPOD a matrix and then swap rows. The matrix on the left will not be marked 
as changed. None of the rows are marked as having local changes either. 

Original issue reported on code.google.com by snd...@gmail.com on 10 Feb 2010 at 8:20

GoogleCodeExporter commented 9 years ago
This has to do with the fact that PPodUtil.prepareForPPod is not being called 
on the data 
structures. I moved that call to PPodSynch but I'm not 100% that that's where 
it belongs, 
so I'm leaving this open. 

Original comment by snd...@gmail.com on 13 Feb 2010 at 4:49

GoogleCodeExporter commented 9 years ago
I've since move all prepareForPPod changes behind the PPodInterface wall.

I'm leaving this open because there are no test cases yet.

Original comment by snd...@gmail.com on 6 Apr 2010 at 1:52

GoogleCodeExporter commented 9 years ago

Original comment by snd...@gmail.com on 16 Jul 2010 at 9:51