Update Item with new UUID tool

This commit is contained in:
jriegel
2013-01-06 21:03:52 +01:00
committed by Stefan Tröger
parent 944e1c1b86
commit a075e93f5b

View File

@@ -52,7 +52,7 @@ Item::Item()
// create the uuid for the document
Base::Uuid id;
ADD_PROPERTY_TYPE(Id,(""),0,App::Prop_None,"ID (Part-Number) of the Item");
ADD_PROPERTY_TYPE(Uid,(id.UuidStr),0,App::Prop_None,"UUID of the Item");
ADD_PROPERTY_TYPE(Uid,(id),0,App::Prop_None,"UUID of the Item");
// license stuff
ADD_PROPERTY_TYPE(License,("CC BY 3.0"),0,App::Prop_None,"License string of the Item");