Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.23 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.23 KB

SymfonyInsight

Coosos/VersionWorkflowBundle

/!\ This bundle is currently under development /!\

If you wish, you can contribute to the project :)

This bundle required or used

Package Version
PHP ^7.2
Symfony ^4.2
JMS Serialier ^2.4 or ^3.0

Description

This bundle uses the Symfony Workflow bundle to track transitions in another table.

Once all transitions are complete, it merges the object into the original table.

If an old entity yet exists the same identifier, it will be replaced while keeping the same identifier.

This can be very useful for avoiding a loss of SEO from search engines.

Navigation

TODO

  • Replace SingleStateMarkingStore by MethodMarkingStore
  • Replace setInitialPlace by setInitialPlaces