fix backend user access, fix payout cart account change
This commit is contained in:
@@ -6,9 +6,7 @@ use common\models\Key;
|
||||
/* @var $this yii\web\View */
|
||||
/* @var $model common\models\Key */
|
||||
|
||||
$this->title = Yii::t('backend/key', 'Update {modelClass}: ', [
|
||||
'modelClass' => 'Key',
|
||||
]) . ' ' . $model->id_key;
|
||||
$this->title = "Kulcs módosítása";
|
||||
$this->params['breadcrumbs'][] = ['label' => Yii::t('backend/key', 'Keys'), 'url' => ['index']];
|
||||
$this->params['breadcrumbs'][] = ['label' => $model->id_key, 'url' => ['view', 'id' => $model->id_key]];
|
||||
$this->params['breadcrumbs'][] = Yii::t('backend/key', 'Update');
|
||||
|
||||
Reference in New Issue
Block a user