Skip to content

Latest commit

 

History

History
40 lines (37 loc) · 9.13 KB

incompatibilities-6-0-rc.md

File metadata and controls

40 lines (37 loc) · 9.13 KB

CalendarBundle

  • The following methods in class OroCalendarBundleInstaller[?] were removed:

    • setExtendExtension[?]
    • setCommentExtension[?]
    • setActivityExtension[?]
  • The RemoveCalendarConnection::setContainer[?] method was removed.

  • The following methods in class OroCalendarBundle[?] were removed:

    • setDatabasePlatform[?]
    • setExtendExtension[?]
  • The CalendarEventUid::setDatabasePlatform[?] method was removed.

  • The RemoveInvitationStatusFieldConfigQuery::setConnection[?] method was removed.

  • The following methods in class AddCommentAssociation[?] were removed:

    • setCommentExtension[?]
    • addCalendarEventToComment[?]
  • The LoadUsersCalendarData::setContainer[?] method was removed.

  • The following properties in class OroCalendarBundleInstaller[?] were removed:

    • $platform[?]
    • $extendExtension[?]
    • $commentExtension[?]
    • $activityExtension[?]
  • The RemoveCalendarConnection::$container[?] property was removed.

  • The following properties in class OroCalendarBundle[?] were removed:

    • $platform[?]
    • $extendExtension[?]
  • The CalendarEventUid::$platform[?] property was removed.

  • The AddCommentAssociation::$commentExtension[?] property was removed.

  • The following properties in class LoadUsersCalendarData[?] were removed:

    • $calendarRepository[?]
    • $roleRepository[?]
  • The EntityListener::$recurrenceModel[?] property was removed.

  • The EntityListener::__construct(TokenAccessorInterface $tokenAccessor, Recurrence $recurrenceModel)[?] method was changed to EntityListener::__construct(TokenAccessorInterface $tokenAccessor, ContainerInterface $container)[?]

  • The following methods in class DeleteMassActionHandler[?] were changed:

    • setDeleteManager($deleteManager)[?]
    • setDeleteManager(DeleteManager $deleteManager)[?]
    • processDelete($entity, EntityManager $manager)[?]
    • processDelete($entity, EntityManagerInterface $manager)[?]