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:
@ -905,7 +905,7 @@ class Get
|
||||
// Get the dispatcher.
|
||||
$dispatcher = \JEventDispatcher::getInstance();
|
||||
|
||||
// Trigger the form preparation event.
|
||||
// Trigger this compiler event.
|
||||
$results = $dispatcher->trigger($event, $data);
|
||||
|
||||
// Check for errors encountered while trigger the event
|
||||
|
@ -19,14 +19,14 @@ class Structure extends Get
|
||||
{
|
||||
|
||||
/**
|
||||
* The foulder counter
|
||||
* The folder counter
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
public $folderCount = 0;
|
||||
|
||||
/**
|
||||
* The foulder counter
|
||||
* The file counter
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
|
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user