-
Task
-
Resolution: Duplicate
-
Major
-
4.4.0
-
None
-
None
-
4.5 RC2
MetadataSetDefGenerator and MetadataSetDefByContentTypeGenerator are concerned. They are using the old API to generate SAX event for content views.
These generators do not generate exactly the same events as the View#toSAX and ContentTypeGenerator: type and mulitple are saxed in element instead of attributes. There may have some other differences
Change these generator to use the new API, and migrate their use cases:
- UGC (UGCGenerator)
- User sign up (UserSignUpGenerator in User Directory)
- PropertiesTool
- SelectCoursePart (ODF widget)
[CMS-10753] Use the new API to generate the content view SAX events
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Sprint | New: 4.5 RC2 [ 69 ] |
Attachment | New: use cases.jpg [ 24346 ] |
Attachment | Original: use cases.jpg [ 24345 ] |
Attachment | New: use cases.jpg [ 24345 ] |
Description |
Original:
MetadataSetDefGenerator and MetadataSetDefByContentTypeGenerator are concerned. They are using the old API to generate SAX event for content views.
These generators do not generate exactly the same events as the View#toSAX and ContentTypeGenerator: type and mulitple are saxed in element instead of attributes. There may have some other differences Change these generator to use the new API, and migrate their use cases |
New:
MetadataSetDefGenerator and MetadataSetDefByContentTypeGenerator are concerned. They are using the old API to generate SAX event for content views.
These generators do not generate exactly the same events as the View#toSAX and ContentTypeGenerator: type and mulitple are saxed in element instead of attributes. There may have some other differences Change these generator to use the new API, and migrate their use cases: * UGC (UGCGenerator) * User sign up (UserSignUpGenerator in User Directory) * PropertiesTool * SelectCoursePart (ODF widget) |