mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
new hook for custiom calendar status on event creation
This commit is contained in:
parent
dcf2a196d4
commit
3183e68629
@ -88,6 +88,7 @@ class resources_hooks
|
|||||||
return array(
|
return array(
|
||||||
'select_template' => 'resources.resource_selectbox',
|
'select_template' => 'resources.resource_selectbox',
|
||||||
'info' => 'resources.bo_resources.get_calendar_info',
|
'info' => 'resources.bo_resources.get_calendar_info',
|
||||||
|
'new_status' => 'resources.bo_resources.get_calendar_new_status',
|
||||||
'type' => 'r',
|
'type' => 'r',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user