Skip to content

Commit

Permalink
Генерация пароля
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Feb 9, 2022
1 parent 6eb7523 commit dc2ab7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/AdminImportTaskController.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class AdminImportTaskController extends BackendModelStandartController
public function init()
{
$this->name = \Yii::t('skeeks/import', 'Tasks on imports');
$this->modelShowAttribute = "id";
$this->modelShowAttribute = "asText";
$this->modelClassName = ImportTask::class;

$this->generateAccessActions = false;
Expand Down

0 comments on commit dc2ab7d

Please sign in to comment.