Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 653 Bytes

migrate-1.3.xx.md

File metadata and controls

17 lines (12 loc) · 653 Bytes

Migration to 1.3

AbstractEntityController

  • constructor first parameter is a translationContainer. (it is recommended to use the ControllerFactory to create instances of your controllers)

SimpleContainerController

  • constructor first parameter is a translationContainer. (it is recommended to use the ControllerFactory to create instances of your controllers)

GridPanel, FormPanel, EntityGridPanel, PanelButtons

  • all require an instance of an Psc\CMS\Translation\Container

ControllerDependenciesProvider

  • added Dependency to Psc\CMS\Translation\Container

RightContent

  • added Dependency to Psc\CMS\Translation\Container