Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Extended Journal Component not Working

Avatar

Level 2

Hi

Im using GitHub - Adobe-Marketing-Cloud/aem-scf-sample-components-extension: Sample package for AEM Social Co... to Extend a journal Component and customise it. However it is not working. These are the steps I have done

1. Installed the package after building

2. Added Subtitle field to the below as recommended (

  1. Add a property "subtitle" in your author and publish instance's /system/console/configMgr/com.adobe.cq.social.journal.client.endpoints.impl.JournalOperationsService

1276142_pastedImage_1.png

3. Added the 3 Clientlibs to the page

1. cq.ckeditor

2. cq.social.hbs.voting

3. cq.social.hbs.journal

Issue: When I write in the blog it doesnt save anything when i click on publish.

1276143_pastedImage_3.png

After refresh the page shows blank as before.

1276144_pastedImage_4.png

Can someone please help me in resolving the issue? One More thing when I put my code on debug the CustomJournalEntryComponent code does NOT get called at all.

1 Accepted Solution

Avatar

Correct answer by
Level 2

Just to keep the post updated I finally managed to find out a solution.

The etc/design must have the resourceType properly set in the correct path. My project structure was such that setting the paths via the design dialog was not sufficient. I have to find the path where this value was required to be set

View solution in original post

21 Replies

Avatar

Level 1

It can also work when you delete JS folder in etc/designs/ame/site