Selaa lähdekoodia

Merge branch 'dev'

prodstable
Guillaume 3 vuotta sitten
vanhempi
commit
c9b4c71a45
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. +2
    -1
      backend/views/user/create.php

+ 2
- 1
backend/views/user/create.php Näytä tiedosto

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

Loading…
Peruuta
Tallenna