Skip to content

Latest commit

 

History

History
33 lines (31 loc) · 6.1 KB

incompatibilities-3-1.md

File metadata and controls

33 lines (31 loc) · 6.1 KB

TaskBundle

  • The TaskHandler[?] class was removed.
  • The TaskType::getName[?] method was removed.
  • The following methods in class Task[?] were removed:
    • setId[?]
    • getCreatedAt[?]
    • setCreatedAt[?]
    • getUpdatedAt[?]
    • setUpdatedAt[?]
    • isUpdatedAtSet[?]
  • The following methods in class TaskController[?] were removed:
  • The TaskApiHandler::__construct(FormInterface $form, RequestStack $requestStack, ObjectManager $manager)[?] method was changed to TaskApiHandler::__construct(FormFactory $formFactory, RequestStack $requestStack, ObjectManager $manager)[?]
  • The SetCreatedByListener::prePersist(Task $task, LifecycleEventArgs $args)[?] method was changed to SetCreatedByListener::prePersist(Task $task)[?]
  • The Task::setTaskPriority($taskPriority)[?] method was changed to Task::setTaskPriority(TaskPriority $taskPriority)[?]
  • The TaskController::tasksWidgetAction($perPage)[?] method was changed to TaskController::tasksWidgetAction($perPage)[?]
  • The TaskApiHandler::$form[?] property was removed.
  • The following properties in class Task[?] were removed:
    • $createdAt[?]
    • $updatedAt[?]
    • $updatedAtSet[?]