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:
@@ -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();
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user