Revize 58bf410f
Přidáno uživatelem Filip Jani před asi 6 roky(ů)
app/AdminModule/component/User/UserGrid.php | ||
---|---|---|
19 | 19 |
{ |
20 | 20 |
$this->userRepository = $userRepository; |
21 | 21 |
|
22 |
parent::__construct(NULL, NULL);
|
|
22 |
parent::__construct(); |
|
23 | 23 |
} |
24 | 24 |
|
25 | 25 |
/** |
... | ... | |
61 | 61 |
->setConfirm('Opravdu chcete uživatele "%s" odstranit?', UserRepository::COLUMN_LOGIN) |
62 | 62 |
->setTitle('Odstranit') |
63 | 63 |
->setClass('btn btn-xs btn-danger ajax'); |
64 |
|
|
65 |
$this->setDefaultPerPage(20); |
|
66 | 64 |
} |
67 | 65 |
} |
68 | 66 |
|
Také k dispozici: Unified diff
Re #7337 přidán grid pro muzea a formuláře pro editaci
- upraven base Datagrid pro podporu angličtny
- přidán BaseUserPresenter do admin modulu pro umožnění přístupu jak Adminům tak uživatelům s právy editace