This commit is contained in:
@@ -113,6 +113,21 @@ namespace AyaNova.Biz
|
||||
return null;
|
||||
else
|
||||
{
|
||||
//Only set on v7 migrate to v8
|
||||
if(!string.IsNullOrWhiteSpace(newObject.v7SigStrokePath)){
|
||||
//todo: convert v7 style strokepath signature to svg for v8
|
||||
/*
|
||||
v7 sig
|
||||
71.5,77.19999694824219 71.5,79.19999694824219 71.5,83.19999694824219 71.5,91.19999694824219 74.5,101.19999694824219 75.5,103.19999694824219 80.5,104.19999694824219 86.5,104.19999694824219 96.5,101.19999694824219 116.5,91.19999694824219 145.5,75.19999694824219 167.5,
|
||||
61.19999694824219 183.5,50.19999694824219 194.5,42.19999694824219 197.5,42.19999694824219 199.5,51.19999694824219 202.5,66.19999694824219 210.5,87.19999694824219 219.5,94.19999694824219 235.5,97.19999694824219 260.5,89.19999694824219 298.5,74.19999694824219 326.5,
|
||||
62.19999694824219 339.5,56.19999694824219 343.5,58.19999694824219 345.5,62.19999694824219 349.5,74.19999694824219 357.5,87.19999694824219 368.5,97.19999694824219 387.5,99.19999694824219 423.5,89.19999694824219 465.5,71.19999694824219 498.5,55.19999694824219 511.5,
|
||||
48.19999694824219 514.5,52.19999694824219 514.5,57.19999694824219 515.5,65.19999694824219 515.5,67.19999694824219 518.5,67.19999694824219 521.5,67.19999694824219 521.5,67.19999694824219
|
||||
*/
|
||||
Console.WriteLine("v7 sig");
|
||||
Console.WriteLine(newObject.v7SigStrokePath);
|
||||
newObject.CustomerSignature=Util.SigV7Util.v7StrokePathTov8SVG(newObject.v7SigStrokePath);
|
||||
}
|
||||
|
||||
await WorkOrderBizActionsAsync(AyaEvent.Created, newObject, null, null);
|
||||
newObject.Tags = TagBiz.NormalizeTags(newObject.Tags);
|
||||
newObject.CustomFields = JsonUtil.CompactJson(newObject.CustomFields);
|
||||
|
||||
Reference in New Issue
Block a user