Skip to content

Commit

Permalink
Update RulesField.php
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragteapot committed Jan 30, 2018
1 parent ad43cfb commit 81b8658
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions libraries/src/Form/Field/RulesField.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,14 +235,14 @@ protected function getLayoutData()
$data = parent::getLayoutData();

$extraData = array(
'groups' => $this->getUserGroups(),
'section' => $this->section,
'actions' => Access::getActions($this->component, $this->section),
'component' => $this->component,
'groups' => $this->getUserGroups(),
'section' => $this->section,
'actions' => Access::getActions($this->component, $this->section),
'component' => $this->component,
'assetRules' => Access::getAssetRules($this->assetId, false, false),
'assetId' => $this->assetId,
'assetId' => $this->assetId,
'isGlobalConfig' => $this->isGlobalConfig,
'newItem' => $this->newItem,
'newItem' => $this->newItem,
'parentAssetId' => $this->parentAssetId,

);
Expand Down

0 comments on commit 81b8658

Please sign in to comment.