-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBX-7275: Added ValueObjectVisitor for Content Field #79
Conversation
471cadc
to
f496c8d
Compare
f496c8d
to
c7fa4ab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 but one more test would be nice to have:
Yeah fully agree we need to add missing tests later. Please @ciastektk keep it on your radar. We should have more time for that during certification phase. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR adds dedicated
ValueObjectVisitor
for ContentField
objects, that allows to generate correct REST output for fields.There is also added new method
serializeContentFieldValue
toFieldTypeSerializer
to serialize field value based on passedField
object.TODO:
$ composer fix-cs
).