Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Mar 16, 2019
1 parent 0fbbef4 commit 2513cb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _old/InitV2Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class InitV2Controller extends Controller
{

/**
*
* @deprecated
*/
public function actionProducts()
{
Expand Down
3 changes: 2 additions & 1 deletion src/components/V3toysSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ static public function descriptorConfig()
}

/**
* @deprecated
* @var string
*/
public $v3toysIdPropertyName = 'vendorId';
Expand Down Expand Up @@ -160,7 +161,7 @@ public function renderConfigForm(ActiveForm $form)
{
echo $form->fieldSet('Общие настройки');
echo $form->field($this, 'affiliate_key');
echo $form->field($this, 'v3toysIdPropertyName');
//echo $form->field($this, 'v3toysIdPropertyName');
echo $form->field($this, 'content_ids')->widget(Chosen::className(), [
'multiple' => true,
'items' => CmsContent::getDataForSelect(),
Expand Down

0 comments on commit 2513cb7

Please sign in to comment.