diff --git a/migration/i1.0b-release/oracle/201306182259_IDEMPIERE-234.sql b/migration/i1.0b-release/oracle/201306182259_IDEMPIERE-234.sql new file mode 100644 index 0000000000..8175fa75af --- /dev/null +++ b/migration/i1.0b-release/oracle/201306182259_IDEMPIERE-234.sql @@ -0,0 +1,8 @@ +-- Jun 18, 2013 10:56:36 PM COT +-- IDEMPIERE-234 Configure Toolbar by User, by Window, by Tab and configure new buttons and new toolbars +UPDATE AD_Val_Rule SET Code='(((AD_ToolbarButton.Action=''@Action@'') OR (AD_ToolbarButton.Action||''@Action@''=''RW'' )) AND (AD_ToolbarButton.AD_Tab_ID IS NULL OR COALESCE(AD_ToolbarButton.AD_Tab_ID,0)=@AD_Tab_ID:0@))',Updated=TO_DATE('2013-06-18 22:56:36','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Val_Rule_ID=200011 +; + +SELECT register_migration_script('201306182259_IDEMPIERE-234.sql') FROM dual +; + diff --git a/migration/i1.0b-release/postgresql/201306182259_IDEMPIERE-234.sql b/migration/i1.0b-release/postgresql/201306182259_IDEMPIERE-234.sql new file mode 100644 index 0000000000..f8251c0e4a --- /dev/null +++ b/migration/i1.0b-release/postgresql/201306182259_IDEMPIERE-234.sql @@ -0,0 +1,8 @@ +-- Jun 18, 2013 10:56:36 PM COT +-- IDEMPIERE-234 Configure Toolbar by User, by Window, by Tab and configure new buttons and new toolbars +UPDATE AD_Val_Rule SET Code='(((AD_ToolbarButton.Action=''@Action@'') OR (AD_ToolbarButton.Action||''@Action@''=''RW'' )) AND (AD_ToolbarButton.AD_Tab_ID IS NULL OR COALESCE(AD_ToolbarButton.AD_Tab_ID,0)=@AD_Tab_ID:0@))',Updated=TO_TIMESTAMP('2013-06-18 22:56:36','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Val_Rule_ID=200011 +; + +SELECT register_migration_script('201306182259_IDEMPIERE-234.sql') FROM dual +; +