Skip to content

Remove deprecated SmartForm constructors and their usages

Please not that this is breaking change. In thi MR deprecated SmartForm constructors that doesn't support DI was removed. This changes affected some of the templates since with DI we cannot use static methods for obtaining form. Full list of changed classes and templates:

  • SmartForm. dropped deprecated constructors and static factory methods.
  • PartyController. Dropped getCustomerEmailTemplateForm static method.
  • PartyEditView and partyCreateView interfaces got new methods to accept customerEmailTemplate form since it is not reachable via static methods anymore.

Merge request reports