-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X, Master
-
Component/s: Calendar > Upgrade
-
Labels:
-
Branch Version/s:7.1.x
-
Backported to Branch:Committed
-
Fix Priority:5
-
Sprint:F&W Sprint 0, Workflow_7.2_09
-
Git Pull Request:
-
QA Test Score:10
Steps to Reproduce:
- Upgrade attached 6.1 database to 7.0 DXP
- Start portal
- Build jar for calevent-importer
- found in modules/apps/calevent/calevent-importer
- Deploy jar to bundle osgi/modules
Expected Result:
Calendar Event is present. Calendar event should present in CalendarBooking table after upgrade from 6.1 to 7.0.
Actual Result:
Calendar event is not present. Calendar event is only present in CalEvent table after upgrade from 6.1 to 7.0.
mysql> select title from calevent; +----------------------+ | title | +----------------------+ | Calendar Event Title | +----------------------+ 1 row in set (0.00 sec) mysql> select * from calendarbooking; Empty set (0.00 sec)
Note: For the DXP Master, we need to upgrade to 6.2 first.