This PR changes the handling of prefixes (type_prefix and role_prefix) such that these are added during loading of the configuration instead of adding them during the serialization of WorkItems or WorkItemLinks.
I don't know how the tests fail. The test doesn't exist like that with the parametrization anymore. So the tests are not in the state of the latest commit.
This PR changes the handling of prefixes (type_prefix and role_prefix) such that these are added during loading of the configuration instead of adding them during the serialization of
WorkItem
s orWorkItemLink
s.