IDEMPIERE-6334 Non Advanced Role cannot open Chart window ()

This commit is contained in:
Carlos Ruiz 2024-12-04 23:29:17 +01:00
parent 6e1a7c3dc5
commit fd647247ba
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--
SELECT register_migration_script('202412041755_IDEMPIERE-6334.sql') FROM dual;
SET SQLBLANKLINES ON
SET DEFINE OFF
-- Dec 4, 2024, 5:55:11 PM CET
UPDATE AD_Tab SET IsAdvancedTab='Y',Updated=TO_TIMESTAMP('2024-12-04 17:55:11','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=200329
;

View File

@ -0,0 +1,7 @@
--
SELECT register_migration_script('202412041755_IDEMPIERE-6334.sql') FROM dual;
-- Dec 4, 2024, 5:55:11 PM CET
UPDATE AD_Tab SET IsAdvancedTab='Y',Updated=TO_TIMESTAMP('2024-12-04 17:55:11','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=200329
;