Have a slight problem,
I have an asset builder that is setup so users can create comments in response to News Items.
The issue is that the News Items are also created with an Asset Builder that has mandatory metadata applied to it.
So when a comment is created it somehow inherits the metadata schema from its parent - the News Item. No metadata schema has been set to apply to comment after it has been created - its just defaulting to the News Item's schema.
I was thinking of two workaround solutions:
1) setup a blank metadata schema and apply it to newly created comments that are made in asset builder (metadata is set to optional)
2) setup a trigger to remove the metadata schema when the comment is created - which I don't think will work anyway...
I'm favouring option 1 right now but want to hear from anyone else who has came across this same issue of inheritance and what their solution was...