Fixed gh-433 to allow ->value in the Value Key field on the where subform in the Tweak tab of the dynamicGet view.

This commit is contained in:
2019-06-29 23:11:37 +02:00
parent 75656d940a
commit 663f8405e5
7 changed files with 7 additions and 8 deletions

View File

@ -847,7 +847,6 @@ class Infusion extends Interpretation
if (isset($this->componentData->site_views) && ComponentbuilderHelper::checkArray($this->componentData->site_views))
{
$this->target = 'site';
// var_dump($this->componentData->site_views);exit;
// start dynamic build
foreach ($this->componentData->site_views as $view)
{