We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc10dc4 commit 9e1307dCopy full SHA for 9e1307d
dotnet/src/dotnetframework/GxClasses/Core/GXApplication.cs
@@ -1227,6 +1227,7 @@ public IGxContext UtlClone()
1227
DataStoreUtil.LoadDataStores(ctx);
1228
ctx.SetPhysicalPath(this.GetPhysicalPath());
1229
ctx.SetSession(this.GetSession());
1230
+ ctx._isSumbited = this.IsSubmited;
1231
if (this.HttpContext != null)
1232
{
1233
ctx.HttpContext = this.HttpContext;
0 commit comments