Browse Source

[backend] Correctif ajout user

prodstable
Guillaume 3 years ago
parent
commit
0f20d3f6ef
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      backend/views/user/create.php

+ 2
- 1
backend/views/user/create.php View File

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

Loading…
Cancel
Save