From 45d2aa12fc054e3a8a638c36f8d6cc9664710970 Mon Sep 17 00:00:00 2001 From: stes Date: Fri, 8 Sep 2017 15:40:10 +0300 Subject: [PATCH] stock map --- views/city/_form.php | 2 +- views/city/_form_language.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/city/_form.php b/views/city/_form.php index ba499d8..96f3f89 100644 --- a/views/city/_form.php +++ b/views/city/_form.php @@ -9,7 +9,7 @@ /* @var $form yii\widgets\ActiveForm */ /* @var $modelLangs artbox\stock\models\CityLang */ - //\artbox\stock\assets\StockAsset::register($this); + \artbox\stock\assets\StockAsset::register($this); \artbox\stock\assets\MapAsset::register($this); ?> diff --git a/views/city/_form_language.php b/views/city/_form_language.php index 5074e82..39c8340 100755 --- a/views/city/_form_language.php +++ b/views/city/_form_language.php @@ -23,7 +23,7 @@ ); echo $attributeField; ?> - +
field($model_lang, '[' . $language->id . ']aliasValue'), [ '/alias/slugify' ], -- libgit2 0.21.4