FSN#45107 'Elke SQL bekijken' altijd als POST zodat grote SQLs ook werken

svn path=/Website/branches/v2019.1/; revision=42324
This commit is contained in:
Jos Groot Lipman
2019-05-01 07:31:07 +00:00
parent 1d39362a4b
commit cc641b4147
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ __Logging = 0; // Is te laat...
<body id="searchbody">
<div id="search">
<form id="u2" name="u2" method="get" action="mgt_genericsql_list.asp" target="workFrame">
<form id="u2" name="u2" method="post" action="mgt_genericsql_list.asp" target="workFrame">
<% BLOCK_START("searchtable", L("lcl_menu_fac_anysql"));
RWTEXTAREATR("sql", "fld", "", sql, {html: "style='width:800px;height:200px' spellcheck='false'"});
BLOCK_END();

View File

@@ -19,7 +19,7 @@ FCLTHeader.Requires({ plugins:["jQuery"] });
__Logging = 0; // Is te laat...
Application("otap_environment") == "O" || user.checkAutorisation("WEB_FACFAC");
var sql = getFParam("sql", getQParam("sql", ""));
var sql = getFParam("sql");
var outputmode = getQParamInt("outputmode", 0);
var showall = getQParamInt("showall", 0) == 1;