Open Filter Panel and check Post (Comment, Landing Page)
Select any post-content and try to open Versions Widget
BUG:
NullPointerException in server.log and
500 error in console
java.lang.NullPointerException: null
at com.enonic.xp.core.impl.content.ContentVersionFactory.doCreateContentVersion(ContentVersionFactory.java:53)
at com.enonic.xp.core.impl.content.ContentVersionFactory.create(ContentVersionFactory.java:43)
at com.enonic.xp.core.impl.content.ContentVersionFactory.create(ContentVersionFactory.java:33)
at com.enonic.xp.core.impl.content.FindContentVersionsCommand.doGetContentVersions(FindContentVersionsCommand.java:60)
at com.enonic.xp.core.impl.content.FindContentVersionsCommand.execute(FindContentVersionsCommand.java:37)
at com.enonic.xp.core.impl.content.ContentServiceImpl.getVersions(ContentServiceImpl.java:897)
at com.enonic.xp.admin.impl.rest.resource.content.ContentResource.getContentVersionsForView(ContentResource.java:1234)
Post
(Comment, Landing Page)BUG: NullPointerException in server.log and 500 error in console
java.lang.NullPointerException: null at com.enonic.xp.core.impl.content.ContentVersionFactory.doCreateContentVersion(ContentVersionFactory.java:53) at com.enonic.xp.core.impl.content.ContentVersionFactory.create(ContentVersionFactory.java:43) at com.enonic.xp.core.impl.content.ContentVersionFactory.create(ContentVersionFactory.java:33) at com.enonic.xp.core.impl.content.FindContentVersionsCommand.doGetContentVersions(FindContentVersionsCommand.java:60) at com.enonic.xp.core.impl.content.FindContentVersionsCommand.execute(FindContentVersionsCommand.java:37) at com.enonic.xp.core.impl.content.ContentServiceImpl.getVersions(ContentServiceImpl.java:897) at com.enonic.xp.admin.impl.rest.resource.content.ContentResource.getContentVersionsForView(ContentResource.java:1234)