You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
In
CUDS.add()(line L95, L121 & L122 in model.py) a CUDSComponent is tested whether or not it hasuuidattribute defined. This should be calleduidinstead, which is the name of the property storing CUBA.UUID to CUDSComponent objects.