From aec06b8bbdf60ab35799cfa54cfb04a6d563acfb Mon Sep 17 00:00:00 2001 From: dheeyi william Date: Thu, 15 Sep 2016 14:22:42 -0400 Subject: [PATCH] HOR-1861 Report Table con Mulgtifle File > Uncaught SyntaxError: Unexpected token < --- workflow/engine/controllers/pmTablesProxy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow/engine/controllers/pmTablesProxy.php b/workflow/engine/controllers/pmTablesProxy.php index 3b9e19996..475f354be 100644 --- a/workflow/engine/controllers/pmTablesProxy.php +++ b/workflow/engine/controllers/pmTablesProxy.php @@ -1270,7 +1270,7 @@ class pmTablesProxy extends HttpProxyController $oDataset->setFetchmode( ResultSet::FETCHMODE_ASSOC ); $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'); @@ -1321,7 +1321,7 @@ class pmTablesProxy extends HttpProxyController switch ($type) { case 'xmlform': $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 = [];