We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When we have a component that has linked a keyword, and this keyword has a metadata field empty, we get an error when loading the Entity Model in the line 144 in this file: https://github.com/sdl/dxa-web-application-java/blob/release/2.0/dxa-framework/dxa-common-api/src/main/java/com/sdl/webapp/common/impl/mapping/SemanticMapperImpl.java
We have extended the KeywordModel, and if the meta has value, there's no problem, but it fails when the field is empty.
More info: https://tridion.stackexchange.com/questions/19089/extended-keywordmodel-with-metadata-fails-when-metadata-empty
The text was updated successfully, but these errors were encountered:
Internal Issue ID (for tracking purposes): CRQ-12810
Sorry, something went wrong.
No branches or pull requests
When we have a component that has linked a keyword, and this keyword has a metadata field empty, we get an error when loading the Entity Model in the line 144
in this file: https://github.com/sdl/dxa-web-application-java/blob/release/2.0/dxa-framework/dxa-common-api/src/main/java/com/sdl/webapp/common/impl/mapping/SemanticMapperImpl.java
We have extended the KeywordModel, and if the meta has value, there's no problem, but it fails when the field is empty.
More info: https://tridion.stackexchange.com/questions/19089/extended-keywordmodel-with-metadata-fails-when-metadata-empty
The text was updated successfully, but these errors were encountered: