From d7dc94dbabfc001692e0f3ac9f5f53dc15d02542 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Fri, 2 Aug 2013 23:40:28 -0500 Subject: [PATCH] IDEMPIERE-1211 Tenant view of Dashboard Content and Dashboard Preference windows incorrect. --- .../i1.0c-release/oracle/201307290810_IDEMPIERE-1211.sql | 7 +++++++ .../postgresql/201307290810_IDEMPIERE-1211.sql | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 migration/i1.0c-release/oracle/201307290810_IDEMPIERE-1211.sql create mode 100644 migration/i1.0c-release/postgresql/201307290810_IDEMPIERE-1211.sql diff --git a/migration/i1.0c-release/oracle/201307290810_IDEMPIERE-1211.sql b/migration/i1.0c-release/oracle/201307290810_IDEMPIERE-1211.sql new file mode 100644 index 0000000000..5639c5cf4a --- /dev/null +++ b/migration/i1.0c-release/oracle/201307290810_IDEMPIERE-1211.sql @@ -0,0 +1,7 @@ +-- Jul 29, 2013 2:55:25 PM IST +-- IDEMPIERE-1211: Tenant view of Dashboard Content and Dashboard Preference windows incorrect. +UPDATE AD_Tab SET WhereClause='PA_DashboardPreference.AD_Client_ID = @#AD_Client_ID@',Updated=TO_DATE('2013-07-29 14:55:25','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=200011 +; + +SELECT register_migration_script('201307290810_IDEMPIERE-1211.sql') FROM dual +; diff --git a/migration/i1.0c-release/postgresql/201307290810_IDEMPIERE-1211.sql b/migration/i1.0c-release/postgresql/201307290810_IDEMPIERE-1211.sql new file mode 100644 index 0000000000..5fb757afc9 --- /dev/null +++ b/migration/i1.0c-release/postgresql/201307290810_IDEMPIERE-1211.sql @@ -0,0 +1,7 @@ +-- Jul 29, 2013 2:55:25 PM IST +-- IDEMPIERE-1211: Tenant view of Dashboard Content and Dashboard Preference windows incorrect. +UPDATE AD_Tab SET WhereClause='PA_DashboardPreference.AD_Client_ID = @#AD_Client_ID@',Updated=TO_TIMESTAMP('2013-07-29 14:55:25','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=200011 +; + +SELECT register_migration_script('201307290810_IDEMPIERE-1211.sql') FROM dual +;