Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 13.6 KB

incompatibilities-3-0-beta.md

File metadata and controls

61 lines (49 loc) · 13.6 KB

CustomerBundle

  • The CustomerActionPermissionProvider[?] class was removed.

  • The EntityOwnershipDecisionMaker::__construct(OwnerTreeProviderInterface $treeProvider, ObjectIdAccessor $objectIdAccessor, EntityOwnerAccessor $entityOwnerAccessor, OwnershipMetadataProviderInterface $ownershipMetadataProvider, TokenAccessorInterface $tokenAccessor, ManagerRegistry $doctrine)[?] method was changed to EntityOwnershipDecisionMaker::__construct(OwnerTreeProviderInterface $treeProvider, ObjectIdAccessor $objectIdAccessor, EntityOwnerAccessor $entityOwnerAccessor, OwnershipMetadataProviderInterface $ownershipMetadataProvider, TokenAccessorInterface $tokenAccessor, ManagerRegistry $doctrine, PropertyAccessor $propertyAccessor)[?]

  • The SignInProvider::__construct(RequestStack $requestStack, TokenAccessorInterface $tokenAccessor, CsrfTokenManagerInterface $csrfTokenManager)[?] method was changed to SignInProvider::__construct(RequestStack $requestStack, TokenAccessorInterface $tokenAccessor, CsrfTokenManagerInterface $csrfTokenManager, SignInTargetPathProviderInterface $targetPathProvider)[?]

  • The CustomerRolePageListener::__construct(TranslatorInterface $translator)[?] method was changed to CustomerRolePageListener::__construct(TranslatorInterface $translator, RequestStack $requestStack)[?]

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

    • __construct(CustomerUserProvider $securityProvider, CustomerRepository $repository, array $actionCallback = null)[?]
    • __construct(CustomerUserProvider $securityProvider, array $columns = [ ... ])[?]
    • removeCustomerUserColumn(DatagridConfiguration $config, $column)[?]
    • removeCustomerUserColumn(DatagridConfiguration $config, string $column)[?]
  • The following methods in class CustomerAddressController[?] were changed:

    • addressBookAction(Customer $customer)[?]
    • addressBookAction(Request $request, Customer $customer)[?]
    • update(Customer $customer, CustomerAddress $address)[?]
    • update(Request $request, Customer $customer, CustomerAddress $address)[?]
  • The following methods in class CustomerGroupController[?] were changed:

    • createAction()[?]
    • createAction(Request $request)[?]
    • update(CustomerGroup $group)[?]
    • update(Request $request, CustomerGroup $group)[?]
  • The following methods in class CustomerUserAddressController[?] were changed:

    • addressBookAction(CustomerUser $customerUser)[?]
    • addressBookAction(Request $request, CustomerUser $customerUser)[?]
    • update(CustomerUser $customerUser, CustomerUserAddress $address)[?]
    • update(Request $request, CustomerUser $customerUser, CustomerUserAddress $address)[?]
  • The ResetController::resetAction()[?] method was changed to ResetController::resetAction(Request $request)[?]

  • The CustomerRolePageListener::setRequest[?] method was removed.

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

    • onBuildBeforeFrontendItems[?]
    • showAllCustomerItems[?]
    • permissionShowAllCustomerItems[?]
    • permissionShowAllCustomerItemsForChild[?]
    • permissionShowCustomerUserColumn[?]
  • The CustomerRolePageListener::$request[?] property was removed.

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

    • $entityClass[?]
    • $entityAlias[?]
    • $repository[?]
    • $actionCallback[?]

FrontendBundle

  • The ClassMigration::isUpdateRequired(Connection $defaultConnection, $from, $to)[?] method was changed to ClassMigration::isUpdateRequired(Connection $defaultConnection, $from)[?]

WebsiteBundle

  • The WebsiteProviderInterface::getWebsiteIds[?] interface method was added.