Ismailtaktak / freemedforms

Automatically exported from code.google.com/p/freemedforms
Other
0 stars 0 forks source link

FTB: DrugInteractorModel can be mol/class but can get desync #236

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
FTB DrugDrugInteractionCore owns two DrugInteractorModel :
- for molecules
- for interacting classes
- both uses the same XML file +++

But if you make a changes in one (submit) the second is not sync to the new XML 
file. So make a change to the second and submit -> regression (all data from 
the first model are lost).

May be the workover should be to provide only one class model and use a 
proxymodel for the molecules.

Original issue reported on code.google.com by eric.mae...@gmail.com on 9 Dec 2012 at 3:30