Commit 37aaf54494b2c151e93348ea08947057a9e4d2d4
1 parent
bae95a5d
When doing a Bulk Upload the Large Text Field is not available as MCE.
Jira:KTC-810 Fixed this for many fieldsets attached to a single Document Type Committed by: Charl Joseph Mert Reviewed by: Megan Watson
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/getHtmlFields.php
| ... | ... | @@ -84,7 +84,7 @@ class GetHtmlFieldsDispatcher extends KTDispatcher { |
| 84 | 84 | $activesets = KTFieldset::getForDocumentType($iDocumentTypeID); |
| 85 | 85 | |
| 86 | 86 | foreach ($activesets as $oFieldset) { |
| 87 | - $htmlFieldIds = kt_array_merge($htmlFields, $oFReg->getHtmlFields($oFieldset)); | |
| 87 | + $htmlFieldIds = kt_array_merge($htmlFieldIds, $oFReg->getHtmlFields($oFieldset)); | |
| 88 | 88 | } |
| 89 | 89 | |
| 90 | 90 | $jsOptions = '{ "htmlId" : {'; | ... | ... |