no copy confirmation (fixes DN moving)
This commit is contained in:
parent
beba19e60e
commit
6f8abe9ce5
|
@ -70,4 +70,5 @@ if (!checkIfWriteAccessIsAllowed()) {
|
||||||
$servers->setValue('unique','attrs',array());
|
$servers->setValue('unique','attrs',array());
|
||||||
$servers->setValue('server','custom_sys_attrs', array('creatorsName', 'createTimestamp', 'modifiersName',
|
$servers->setValue('server','custom_sys_attrs', array('creatorsName', 'createTimestamp', 'modifiersName',
|
||||||
'modifyTimestamp', 'hasSubordinates', 'pwdChangedTime'));
|
'modifyTimestamp', 'hasSubordinates', 'pwdChangedTime'));
|
||||||
|
$config->custom->confirm['copy'] = false;
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue