user WIP
This commit is contained in:
parent
903c4e703c
commit
abcf4c3a70
@ -453,11 +453,17 @@ class user extends common
|
|||||||
'notification' => helper::translate('Action interdite')
|
'notification' => helper::translate('Action interdite')
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
$group = $this->getUrl(2);
|
|
||||||
// Soumission du formulaire
|
// Soumission du formulaire
|
||||||
if ($this->isPost()) {
|
if ($this->isPost()) {
|
||||||
|
$group = $this->getUrl(2);
|
||||||
|
var_dump( $group );
|
||||||
|
die();
|
||||||
$this->setData(['group',
|
$this->setData(['group',
|
||||||
$group,
|
$group, [
|
||||||
|
'name'=> $this->getData(['group', $group, 'name']),
|
||||||
|
'readonly' => $this->getData(['group', $group, 'readonly']),
|
||||||
|
'comment'=> $this->getData(['group', $group, 'comment']),
|
||||||
'file' => [
|
'file' => [
|
||||||
'download' => $this->getInput('groupEditDownload', helper::FILTER_BOOLEAN),
|
'download' => $this->getInput('groupEditDownload', helper::FILTER_BOOLEAN),
|
||||||
'edit' => $this->getInput('groupEditEdit', helper::FILTER_BOOLEAN),
|
'edit' => $this->getInput('groupEditEdit', helper::FILTER_BOOLEAN),
|
||||||
@ -478,6 +484,7 @@ class user extends common
|
|||||||
'copycut' => $this->getInput('groupEditFolderCopycut', helper::FILTER_BOOLEAN),
|
'copycut' => $this->getInput('groupEditFolderCopycut', helper::FILTER_BOOLEAN),
|
||||||
'permission' => $this->getInput('groupEditFolderPermission', helper::FILTER_BOOLEAN),
|
'permission' => $this->getInput('groupEditFolderPermission', helper::FILTER_BOOLEAN),
|
||||||
]
|
]
|
||||||
|
]
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user