simphony / simphony-common

The native implementation of the Simphony cuds objects
BSD 2-Clause "Simplified" License
7 stars 5 forks source link

Wrong use of uid vs uuid in model.py #307

Closed tuopuu closed 8 years ago

tuopuu commented 8 years ago

In CUDS.add() (line L95, L121 & L122 in model.py) a CUDSComponent is tested whether or not it has uuid attribute defined. This should be called uid instead, which is the name of the property storing CUBA.UUID to CUDSComponent objects.

mehdisadeghi commented 8 years ago

Thanks, I'll fix that.