Added new user option to allow administrative users to search for leads systemwide even in lists belonging to campaigns that the user's User Group settings don't allow them to view
Fixed issue with inbound and no outbound calls export in Calls Export Report git-svn-id: svn://192.168.202.10@2241 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -625,7 +625,8 @@ modify_custom_dialplans ENUM('1','0') default '0',
|
||||
wrapup_seconds_override SMALLINT(4) default '-1',
|
||||
modify_languages ENUM('1','0') default '0',
|
||||
selected_language VARCHAR(100) default 'default English',
|
||||
user_choose_language ENUM('1','0') default '0'
|
||||
user_choose_language ENUM('1','0') default '0',
|
||||
ignore_group_on_search ENUM('1','0') default '0'
|
||||
) ENGINE=MyISAM;
|
||||
|
||||
CREATE UNIQUE INDEX user ON vicidial_users (user);
|
||||
@@ -3359,4 +3360,4 @@ UPDATE vicidial_configuration set value='1766' where name='qc_database_version';
|
||||
|
||||
UPDATE system_settings set vdc_agent_api_active='1';
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1396',db_schema_update_date=NOW(),reload_timestamp=NOW();
|
||||
UPDATE system_settings SET db_schema_version='1397',db_schema_update_date=NOW(),reload_timestamp=NOW();
|
||||
|
||||
Reference in New Issue
Block a user