Skip to content

Allow management of Object States and Object State Groups; bugfixes

Compare
Choose a tag to compare
@gggeek gggeek released this 16 Oct 19:08
· 1051 commits to main since this release
  • New: it is now possible to create, update and delete Object States and Object State Groups
  • Fix: (issue 78) when using transactions, do not report 'Migration can not be ended' if there is an error during the commit phase
  • Fix: (issue 76) when using transactions on either ezplatform or ezpublish with workflows, migrations might fail when creating/editing contents that the anon user can not access
  • Fix: throw correct exception when trying to access unset property in API/Value objects
  • Fix: properly set the 'enabled' field when creating languages
  • BC BREAK: for developers extending the bundle: the method endMigration in interface StorageHandlerInterface has acquired a new parameter. Also, the unused DefinitionHandlerInterface has been removed.