Hi.
I have the following scenario:
- create a SPContentType using the constructor (id, collection, name) - id = WorkflowTask id + a guid
- delete the content type
- try to re-add it. The following error occurs: the A duplicate content type "myContentType" was found.
This happens only if I have a pwa created with a language different than en-US.
The scenario with creating, deleting, creating works on a different language pwa if I create the content type using the constructor (parentContentType, collection, name)
Any idea?
Thanks.