Added User Group setting for allowable reports to restrict report viewing
Enabled User Group setting for allowable campaigns to restrict report viewing and admin.php activity Changed level 7 users to only view reports links page Changed "Admin" link to go to an admin links page instead of Phones listing Added manual_dial_filter CAMPLISTS_ALL options git-svn-id: svn://192.168.202.10@1491 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -447,3 +447,7 @@ ALTER TABLE vicidial_inbound_groups ADD timer_action_destination VARCHAR(30) def
|
||||
ALTER TABLE vicidial_live_agents ADD external_timer_action_destination VARCHAR(100) default '';
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1237',db_schema_update_date=NOW();
|
||||
|
||||
ALTER TABLE vicidial_user_groups ADD allowed_reports VARCHAR(2000) default 'ALL REPORTS';
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1238',db_schema_update_date=NOW();
|
||||
|
||||
Reference in New Issue
Block a user