IDEMPIERE-4166 Use css font icon instead of image for button as default - apply the update just if the theme is default

This commit is contained in:
Carlos Ruiz 2020-02-05 22:47:35 +01:00
parent f175e3076e
commit 97274bb124
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ SET DEFINE OFF
-- IDEMPIERE-4166 Use css font icon instead of image for button as default
-- Feb 5, 2020, 5:38:34 PM CET
UPDATE AD_SysConfig SET Value='Y',Updated=TO_DATE('2020-02-05 17:38:34','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_SysConfig_ID=200111
AND EXISTS (SELECT 1 FROM AD_SysConfig WHERE Name='ZK_THEME' AND Value='default' AND IsActive='Y')
;
SELECT register_migration_script('202002051743_IDEMPIERE-4166.sql') FROM dual

View File

@ -1,6 +1,7 @@
-- IDEMPIERE-4166 Use css font icon instead of image for button as default
-- Feb 5, 2020, 5:38:34 PM CET
UPDATE AD_SysConfig SET Value='Y',Updated=TO_TIMESTAMP('2020-02-05 17:38:34','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_SysConfig_ID=200111
AND EXISTS (SELECT 1 FROM AD_SysConfig WHERE Name='ZK_THEME' AND Value='default' AND IsActive='Y')
;
SELECT register_migration_script('202002051743_IDEMPIERE-4166.sql') FROM dual