Skip to content

Commit 9e1307d

Browse files
author
claudiamurialdo
committed
IsSubmited was not copied to UTL contexts.
(cherry picked from commit c7e2d74) # Conflicts: # dotnet/src/dotnetframework/GxClasses/Core/GXApplication.cs
1 parent fc10dc4 commit 9e1307d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/src/dotnetframework/GxClasses/Core/GXApplication.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,6 +1227,7 @@ public IGxContext UtlClone()
12271227
DataStoreUtil.LoadDataStores(ctx);
12281228
ctx.SetPhysicalPath(this.GetPhysicalPath());
12291229
ctx.SetSession(this.GetSession());
1230+
ctx._isSumbited = this.IsSubmited;
12301231
if (this.HttpContext != null)
12311232
{
12321233
ctx.HttpContext = this.HttpContext;

0 commit comments

Comments
 (0)