Hey,
as described in OSD-1745 its not possible to add the CalendarBundle after a regular OroPlatform installation.
I've added a small PostUpMigration which should do all the work which is also done in the EntityListener.
RocKordier/OroCalendarBundle@0e32b1d
That points me to the a small question. I think we don't need duplicate code here. So, why the UnitOfWork is involved here and had to computeChangeSet with the class metadata?
I think the code should go into the CalendarManager or so to create a full default calendar for a user if he hasn't one.
What you guys are thinking?
Thx, Eric
Hey,
as described in OSD-1745 its not possible to add the CalendarBundle after a regular OroPlatform installation.
I've added a small PostUpMigration which should do all the work which is also done in the EntityListener.
RocKordier/OroCalendarBundle@0e32b1d
That points me to the a small question. I think we don't need duplicate code here. So, why the UnitOfWork is involved here and had to computeChangeSet with the class metadata?
I think the code should go into the CalendarManager or so to create a full default calendar for a user if he hasn't one.
What you guys are thinking?
Thx, Eric