Either you need to do Session.logout() just to close the session and not the resource, If you are doing ResourceResolver.close() then you dont have to explicitly do session logout.
I think this will return only the ValueMap object and the parent resource object may not be available via this API. refer [1] [2] for more details[1] https://docs.adobe.com/docs/en/cq/5-6-1/javadoc/com/day/cq/commons/inherit/HierarchyNodeInheritanceValueMap.html[2] http://labs.6dglobal.com/blog/2012...
We should not be using loginAdministrative()when you are using resourceResolver.adaptTo(Session.class)make sure you close resourceResolver in the final block
You can create the required components as created here [1][1] /libs/cq/reporting/components/auditreportand that component would be available for you to drag and drop to the grid system from the side kick which essentials get added under the node mentioned above.
Hi,4 columns: Page, Type, User and Time is configured under below node./etc/reports/auditreport/jcr%3Acontent/report/columnsYou can take this as a reference to add your column here.
We need to close the ResourceResolver or the Session which we initiate. Refer [1], [2] in to know more in detail[1] https://cqdump.wordpress.com/2013/07/23/cq-development-patterns-sling-resourceresolver-and-jcr-sessions/[2] http://www.wemblog.com/2014/08/how-to-use-sessions-and-resource.html
Are you using OOB RTE or customized ?also, what is the value stored in the content ? does it include '123'. Also did you try debugging using browser console and see if any of the CSS causing this issue ?