Skip to content

Commit 4f93f6d

Browse files
committed
- Saco temporalmente la restriccion de no usar el wrappedstatus en DP
1 parent 8198c4c commit 4f93f6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dotnet/src/dotnetframework/GxClasses/Services/GxRestWrapper.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,12 +368,12 @@ private bool GetWrappedStatus(GXBaseObject worker, bool defaultWrapped, Dictiona
368368
}
369369
else
370370
{
371-
if (!worker.IsDataProvider)
372-
{
371+
//if (!worker.IsDataProvider)
372+
//{
373373
if (originalParCount == 1)
374374
wrapped = GetCollectionWrappedStatus(outputParameters, parCount, wrapped, false);
375375

376-
}
376+
//}
377377
}
378378
return wrapped;
379379
}

0 commit comments

Comments
 (0)