Skip to content

Commit

Permalink
#25411 missing changes in 23.01.8
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Oct 31, 2023
1 parent 413588b commit c69b4a4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -206,6 +206,7 @@ public Map<String, Object> getContentletData(String inode) {
result.put("langName", languageName);
result.put("langId", language.getId()+"");
result.put("siblings", getContentSiblingsData(inode));
result.put("hasImageFields",String.valueOf(hasImageFields(inode)));

} catch (DotDataException e) {
Logger.error(this, "Error trying to obtain the contentlets from the relationship.", e);
Expand Down

0 comments on commit c69b4a4

Please sign in to comment.