mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Limit UI to just ID
This commit is contained in:
parent
f4e372747a
commit
02d8b86d7e
@ -48,4 +48,16 @@ class calendar_wizard_import_csv extends importexport_wizard_basic_import_csv
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
// Conditions
|
||||
function wizard_step55(&$content, &$sel_options, &$readonlys, &$preserv)
|
||||
{
|
||||
$result = parent::wizard_step55($content, $sel_options, $readonlys, $preserv);
|
||||
|
||||
// Search can only deal with ID
|
||||
$sel_options['string'] = array(
|
||||
'id' => 'Calendar ID'
|
||||
);
|
||||
return $result;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user