mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
added EventMgr account_id columns to admin_cmd_change_account_id
This commit is contained in:
parent
96ab59b2fd
commit
920f40ef46
@ -171,6 +171,9 @@ class admin_cmd_change_account_id extends admin_cmd
|
||||
'gallery' => array(
|
||||
'g2_ExternalIdMap' => array(array('g_externalId',"g_entityType='GalleryUser'")),
|
||||
),
|
||||
'eventmgr' => array(
|
||||
'egw_eventmgr' => array('event_creator', 'event_modifier', 'event_wpm_inhouse', 'event_sales_engineer')
|
||||
),
|
||||
// MyDMS ToDo!!!
|
||||
// VFS2 ToDo!!!
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user