Skip to content

Commit

Permalink
Merge pull request #293 from massiveart-webservices/bugfix/292
Browse files Browse the repository at this point in the history
fix #292 documents not loaded in documentfilter automaticly
  • Loading branch information
c00n84 committed Jul 3, 2014
2 parents f322f33 + b9f6698 commit 0d3f680
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ public function formDocumentFilter($name, $objFilters = null, $attribs = null, $
</div>
<input type="hidden" id="' . $this->view->escape($id) . '" name="' . $this->view->escape($name) . '" isCoreField="' . $attribs['isCoreField'] . '" fieldId="' . $attribs['fieldId'] . '" value=""/>';

$strOutput .= '
<script type="text/javascript">//<![CDATA[
myForm.loadFileFilterFieldContent(\'' . $this->view->escape($id) . '\', \'documentFilter\');
// ]]>
</script>';

return $strOutput;
}

Expand All @@ -191,4 +197,4 @@ public function getAllTagsForAutocompleter($objAllTags)
}
}

?>
?>

0 comments on commit 0d3f680

Please sign in to comment.