Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

AEM Community calendar component "create event Button" doesn't appear on dispatcher for admin level user group.

Avatar

Level 2

AEM 6.3  community calendar component doesn't work on dispatcher. "Create Event Button" is disappeared on dispatcher. It works fine on author and publisher with admin level permissions user group.

It works when we allow everything on dispatcher which is having security issues.

# Deny everything first and then allow specific entries

        /0001 { /type "allow"  /glob "*" }

Logs found on access.log file:

27.0.0.1 - - [17/Dec/2018:18:31:20 +0530] "GET /libs/granite/security/currentuser.json?props=preferences/language&cq_ck=1545051680644 HTTP/1.1" 200 203

127.0.0.1 - - [17/Dec/2018:18:31:20 +0530] "GET /services/social/templates?resourceType=social/calendar/components/hbs/calendar&ext=hbs&selector= HTTP/1.1" 200 19660

127.0.0.1 - - [17/Dec/2018:18:31:20 +0530] "GET /services/tagfilter HTTP/1.1" 200 2075

127.0.0.1 - - [17/Dec/2018:18:31:20 +0530] "GET /content/project/en/manageevents/jcr:content/oneColumn_par/calendar.social.json?filter=true&_charset_=utf-8&timestamp=1545051680799&dates=2018-12-17_2022-12-16 HTTP/1.1" 302 383

127.0.0.1 - - [17/Dec/2018:18:31:20 +0530] "GET /etc/designs/project/favicon.ico HTTP/1.1" 200 22423

127.0.0.1 - - [17/Dec/2018:18:31:20 +0530] "GET /en-us/portal/manageevents/jcr:content/oneColumn_par/calendar.social.json?filter=true&_charset_=utf-8&timestamp=1545051680799&dates=2018-12-17_2022-12-16 HTTP/1.1" 200 3995

Please point out what can be missed in this scenario?

1 Reply

Avatar

Level 10

Dispatcher caches pages. If this control was on the AEM page - then it should appear on the cached page. I am not sure why a page control would be removed from a page that is cached. However -- i am checking with the team to see if this is a known issue or have been seen before.