Closed
Description
In ProjectAPI
we have an SPI WorkspaceDuplicateProvider
. We don't consistently implement this SPI in various models. In addition, there is a much better solution as we have pretty good serialization coverage by now.
Definition of done
- Deprecate the
WorkspaceDuplicateProvider
and remove all existing implementations - Rewrite duplicate feature using persistence providers (serialize workspace and deserialize into new workspace)