Fixed the linked to feature to also detect fields linked to subforms and repeatable fields

This commit is contained in:
2018-03-20 04:35:48 +02:00
parent 806c4d531b
commit 1c8129eec7
5 changed files with 71 additions and 23 deletions

View File

@ -5425,7 +5425,7 @@ class Get
* @return string
*
*/
public function setPlaceholders(&$data, &$placeholder, $action = 1)
public function setPlaceholders($data, &$placeholder, $action = 1)
{
// make sure the placeholders is an array
if (!ComponentbuilderHelper::checkArray($placeholder))