Skip to content

Commit 2ae28a1

Browse files
dmendeziroqueta
authored andcommitted
Cherry pick branch 'genexuslabs:issue203120' into beta
(cherry picked from commit 79da723)
1 parent 4efc88a commit 2ae28a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/src/main/java/com/genexus/internet/HttpContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ public void SendState()
540540
}catch(Exception ex){}
541541
writeTextNL("<script type=\"text/javascript\">gx.http.useBase64State=true;</script>");
542542
}
543-
writeText("<div><input type=\"hidden\" name=\"GXState\" value='");
543+
writeText("<div><input type=\"hidden\" name=\"GXState\" data-gtm-ignore='true' value='");
544544
writeTextNL("'" + htmlEndTag(HTMLElement.INPUT) + "</div>");
545545
if (this.formCaption != null && !this.formCaption.equals(""))
546546
{

gxweb/src/main/java/com/genexus/internet/HttpAjaxContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ public void SendState()
533533
}catch(Exception ex){}
534534
writeTextNL("<script type=\"text/javascript\">gx.http.useBase64State=true;</script>");
535535
}
536-
writeText("<div><input type=\"hidden\" name=\"GXState\" value='");
536+
writeText("<div><input type=\"hidden\" name=\"GXState\" data-gtm-ignore='true' value='");
537537
writeText(com.genexus.webpanels.WebUtils.htmlEncode(value, true));
538538
writeTextNL("'" + htmlEndTag(HTMLElement.INPUT) + "</div>");
539539
}

0 commit comments

Comments
 (0)