This commit is contained in:
2019-06-10 23:18:38 +00:00
parent 709e9ff94d
commit e7485d95f6

View File

@@ -140,7 +140,9 @@ namespace AyaNova.Biz
Widget outObj = new Widget();
CopyObject.Copy(dbObj, outObj);
outObj.Name = outObj.Name;
outObj.Name = Util.StringUtil.NameUniquify(outObj.Name,255);
outObj.Id=0;
outObj.ConcurrencyToken=0;
//Test get serial id visible id number from generator
outObj.Serial = ServerBootConfig.WIDGET_SERIAL.GetNext();