sokollondon

Results 7 issues of sokollondon

Is there such functionality?

Is there such a functional? For example, can only one attribute `price` be saved?

http://yii2-starter-kit.terentev.net/ ![2020-05-28_15-02-04](https://user-images.githubusercontent.com/11624566/83128025-49de6f00-a0f4-11ea-81ca-d653f669756f.png)

Is there such a functional? For example, I need adjust access. So that only the `admin` could save relation `tags` ```php public function scenarios() { $s = parent::scenarios(); if(Yii::$app->user->can('admin')){ $s[self::SCENARIO_DEFAULT][]...

\yii2mod\editable\Editable::widget([ 'model' => $model, 'type' => 'textarea', 'attribute' => 'note', 'url' => '/profile/update', ]);