Added restricted URLS 70/94870/1
authorWelch, Lorraine (lb2391) <lb2391@att.com>
Tue, 3 Sep 2019 22:33:25 +0000 (18:33 -0400)
committerWelch, Lorraine (lb2391) <lb2391@att.com>
Tue, 3 Sep 2019 22:33:25 +0000 (18:33 -0400)
Issue-ID: PORTAL-726

Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
Change-Id: I86b9eeda1e5a209ce46e62542e9391445314df41

ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkDMLMySql_2_6_Common.sql
ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkDMLMySql_3_0_Common.sql

index 66637e6..7be1591 100644 (file)
@@ -181,6 +181,8 @@ INSERT INTO fn_restricted_url VALUES('report/security/addReportRole','menu_repor
 INSERT INTO fn_restricted_url VALUES('report/security/*','menu_reports');
 INSERT INTO fn_restricted_url VALUES('report/wizard/get_report_log/*','menu_reports');
 
+INSERT INTO fn_restricted_url VALUES('report/wizard/save_col_tab_data/*','menu_reports');
+
 -- fn_role
 Insert into fn_role (ROLE_ID,ROLE_NAME,ACTIVE_YN,PRIORITY) values (16,'Standard User','Y',5);
 Insert into fn_role (ROLE_ID,ROLE_NAME,ACTIVE_YN,PRIORITY) values (1,'System Administrator','Y',1);
index 66637e6..c98a9eb 100644 (file)
@@ -181,6 +181,9 @@ INSERT INTO fn_restricted_url VALUES('report/security/addReportRole','menu_repor
 INSERT INTO fn_restricted_url VALUES('report/security/*','menu_reports');
 INSERT INTO fn_restricted_url VALUES('report/wizard/get_report_log/*','menu_reports');
 
+INSERT INTO fn_restricted_url VALUES('report/wizard/save_col_tab_data/*','menu_reports');
+
+
 -- fn_role
 Insert into fn_role (ROLE_ID,ROLE_NAME,ACTIVE_YN,PRIORITY) values (16,'Standard User','Y',5);
 Insert into fn_role (ROLE_ID,ROLE_NAME,ACTIVE_YN,PRIORITY) values (1,'System Administrator','Y',1);