IDEMPIERE-357 Ticket #1001002 Move the Menu to be a Portlet / Fix wrong message "Google Calendar" as reported by Nicolas Micoud
This commit is contained in:
parent
e6536a6b34
commit
85b4deb4db
|
@ -0,0 +1,14 @@
|
|||
-- Aug 22, 2012 9:41:18 PM COT
|
||||
-- IDEMPIERE-377 Improve current search dialog box
|
||||
UPDATE PA_DashboardContent SET Description='Request Calendar',Updated=TO_DATE('2012-08-22 21:41:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE PA_DashboardContent_ID=50004
|
||||
;
|
||||
|
||||
-- Aug 22, 2012 9:41:18 PM COT
|
||||
UPDATE PA_DashboardContent_Trl SET Description='Request Calendar',Name='Calendar',IsTranslated='Y' WHERE PA_DashboardContent_ID=50004
|
||||
;
|
||||
|
||||
UPDATE AD_System
|
||||
SET LastMigrationScriptApplied='891_IDEMPIERE-357.sql'
|
||||
WHERE LastMigrationScriptApplied<'891_IDEMPIERE-357.sql'
|
||||
OR LastMigrationScriptApplied IS NULL
|
||||
;
|
|
@ -0,0 +1,14 @@
|
|||
-- Aug 22, 2012 9:41:18 PM COT
|
||||
-- IDEMPIERE-377 Improve current search dialog box
|
||||
UPDATE PA_DashboardContent SET Description='Request Calendar',Updated=TO_TIMESTAMP('2012-08-22 21:41:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE PA_DashboardContent_ID=50004
|
||||
;
|
||||
|
||||
-- Aug 22, 2012 9:41:18 PM COT
|
||||
UPDATE PA_DashboardContent_Trl SET Description='Request Calendar',Name='Calendar',IsTranslated='Y' WHERE PA_DashboardContent_ID=50004
|
||||
;
|
||||
|
||||
UPDATE AD_System
|
||||
SET LastMigrationScriptApplied='891_IDEMPIERE-357.sql'
|
||||
WHERE LastMigrationScriptApplied<'891_IDEMPIERE-357.sql'
|
||||
OR LastMigrationScriptApplied IS NULL
|
||||
;
|
Loading…
Reference in New Issue