mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +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(
|
||||
'select_template' => 'resources.resource_selectbox',
|
||||
'info' => 'resources.bo_resources.get_calendar_info',
|
||||
'new_status' => 'resources.bo_resources.get_calendar_new_status',
|
||||
'type' => 'r',
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user