PM-2338,PM-2339

Admin>PmTables: Error en la creacion de pmtables  "Something was wrong" en PM con protocolo SSL utilizando FireFox
Admin>PmTables>Create ReportTable: Error en la creacion de ReportTables en PM con protocolo SSL

el problema en ambos tickets era la "marca de orden de bytes (BOM)"
la solucion, codificar a utf-8
This commit is contained in:
marcelo.cuiza
2015-04-17 17:22:38 -04:00
parent 77ad903336
commit 61106cb4b9
2 changed files with 1 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
* @inherits HttpProxyController
* @access public
*/
header("Content-type: text/html;charset=utf-8");
require_once 'classes/model/AdditionalTables.php';
class pmTablesProxy extends HttpProxyController

View File

@@ -912,7 +912,6 @@ function createReportTable()
try {
result = Ext.util.JSON.decode(resp.responseText);
Ext.MessageBox.hide();
if (result.success) {
proParam = PRO_UID !== false ? '?PRO_UID='+PRO_UID : '';
location.href = '../pmTables' + proParam; //history.back();