You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ElementList mapping missing for categories in BaseRepositoryLocalItem
due to this we are not able to fetch any category set under page or structure group level. @JsonProperty ("Categories")
@JsonDeserialize (contentAs = CategoryImpl.class)
protected List categories;
The text was updated successfully, but these errors were encountered:
ElementList mapping missing for categories in BaseRepositoryLocalItem
due to this we are not able to fetch any category set under page or structure group level.
@JsonProperty ("Categories")
@JsonDeserialize (contentAs = CategoryImpl.class)
protected List categories;
The text was updated successfully, but these errors were encountered: