浏览代码

[backend] Correctif ajout user

prodstable
Guillaume 3 年前
父节点
当前提交
0f20d3f6ef
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      backend/views/user/create.php

+ 2
- 1
backend/views/user/create.php 查看文件

@@ -50,7 +50,8 @@ $this->addBreadcrumb('Ajouter') ;
<?php else: ?>
<?= $this->render('_form', [
'model' => $model,
'pointsSaleArray' => $pointsSaleArray
'pointsSaleArray' => $pointsSaleArray,
'userGroupsArray' => $userGroupsArray,
]) ?>
<?php endif; ?>
</div>

正在加载...
取消
保存