Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 4.82 KB

incompatibilities-3-0.md

File metadata and controls

28 lines (21 loc) · 4.82 KB

TaskBundle

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

    • __construct(DoctrineHelper $doctrineHelper, ServiceLink $entityOwnerAccessorLink, ActivityAssociationHelper $activityAssociationHelper, CommentAssociationHelper $commentAssociationHelper)[?]
    • __construct(DoctrineHelper $doctrineHelper, ServiceLink $entityOwnerAccessorLink, ActivityAssociationHelper $activityAssociationHelper, CommentAssociationHelper $commentAssociationHelper)[?]
    • getRoutes()[?]
    • getRoutes($activityEntity)[?]
  • The TaskApiHandler::__construct(FormInterface $form, Request $request, ObjectManager $manager)[?] method was changed to TaskApiHandler::__construct(FormInterface $form, RequestStack $requestStack, ObjectManager $manager)[?]

  • The TaskHandler::__construct(FormInterface $form, Request $request, ObjectManager $manager, ActivityManager $activityManager, EntityRoutingHelper $entityRoutingHelper)[?] method was changed to TaskHandler::__construct(FormInterface $form, RequestStack $requestStack, ObjectManager $manager, ActivityManager $activityManager, EntityRoutingHelper $entityRoutingHelper)[?]

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

    • createAction()[?]
    • createAction(Request $request)[?]
    • update(Task $task, $formAction)[?]
    • update(Request $request, Task $task, $formAction)[?]
    • cgetAction()[?]
    • cgetAction(Request $request)[?]
  • The TaskApiType::setDefaultOptions[?] method was removed.

  • The TaskType::setDefaultOptions[?] method was removed.

  • The TaskApiHandler::$request[?] property was removed.

  • The TaskHandler::$request[?] property was removed.