UnitConversion / unitConversion

A service to prove unit conversion
2 stars 1 forks source link

Model details problem #9

Open dejande opened 10 years ago

dejande commented 10 years ago

When creating new model, server allows us to create more than one model for the same lattice. If this functionality is allowed then we have a problem with sql in model.py file starting in line 1308. Statement lists all the devices from all models that have lattice_id equal to the selected model. Consequently devices are repeated.

dejande commented 10 years ago

I'll commit the bug fix in a couple of hours. Please review it.