Report Table con Mulgtifle File > Uncaught SyntaxError: Unexpected token <
This commit is contained in:
dheeyi william
2016-09-15 14:22:42 -04:00
parent c6dc0b1b39
commit aec06b8bbd

View File

@@ -1270,7 +1270,7 @@ class pmTablesProxy extends HttpProxyController
$oDataset->setFetchmode( ResultSet::FETCHMODE_ASSOC ); $oDataset->setFetchmode( ResultSet::FETCHMODE_ASSOC );
$oDataset->next(); $oDataset->next();
$excludeFieldsList = array ('title','subtitle','link','file','button','reset','submit','listbox','checkgroup','grid','javascript','location','scannerCode','array' $excludeFieldsList = array ('multipleFile','title','subtitle','link','file','button','reset','submit','listbox','checkgroup','grid','javascript','location','scannerCode','array'
); );
$labelFieldsTypeList = array ('dropdown','radiogroup'); $labelFieldsTypeList = array ('dropdown','radiogroup');
@@ -1321,7 +1321,7 @@ class pmTablesProxy extends HttpProxyController
switch ($type) { switch ($type) {
case 'xmlform': case 'xmlform':
$arrayDataTypeToExclude = ['array', 'grid']; $arrayDataTypeToExclude = ['array', 'grid'];
$arrayTypeToExclude = ['title', 'subtitle', 'link', 'file', 'button', 'reset', 'submit', 'listbox', 'grid', 'array', 'javascript', 'location', 'scannerCode']; $arrayTypeToExclude = ['multipleFile', 'title', 'subtitle', 'link', 'file', 'button', 'reset', 'submit', 'listbox', 'grid', 'array', 'javascript', 'location', 'scannerCode'];
$arrayControlSupported = []; $arrayControlSupported = [];