Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

AEM with Brand Portal - Issue while publish/unpublish of assets

Avatar

Level 4

I am facing one issue while publishing and unpublishing of assets into Brand Portal (AEM 6.5.11). When I publish assets to Brand Portal, it sets a property dam:portalReplicationAction to Activate as well sets cq:lastReplicationAction to Activate. Similarly, when I click Unpublish from Brand Portal in AEM, it sets dam:portalReplicationAction to Deactivate as well sets cq:lastReplicationAction to Deactivate. This is same behaviour on the vanilla instance as well.

 

Screenshot 2022-05-11 at 4.41.52 PM.png

 

Screenshot 2022-05-11 at 4.41.29 PM.png

 

Due to change of cq:lastReplicationAction, it causes an issue for us as it calls our custom Event Handler.

 

Is there an OOTB way that can stop this property cq:lastReplicationAction from being affected? Or do we need to write some custom solution for this?

Anyway, I am going to raise an Adobe ticket for this but if someone has faced this issue before, could you please share your experience?

 

7 Replies

Avatar

Employee Advisor

@Abhishek_Narula25 This is expected behavior, if you have a custom handler that is getting triggered because of this update then you might have to handle it on a custom handler.

Avatar

Level 4

If the property, cq:lastReplicationAction is changed to "Deactivate" on Unpublish from Brand portal, then that respective asset should also be deactivated from the publish instance which is not happening. So, ideally it should not change this property.

Avatar

Employee Advisor

Hi Abhishek,

I just responded on your different thread (created on "AEM Assets" section)

We might to investigate and do some analysis to check, is this an expected behaviour with AEM Brand Portal replication process?

Thanks,

Vikram Gaur

Avatar

Employee Advisor

@Abhishek_Narula25 I don't think just renaming will trigger the workflow that runs on unpublish

Avatar

Level 4

@Mayank_Gandhi I am not manually changing the property. What I mean is, when we click on "Unpublish from Brand Portal", it automatically changes cq:lastReplicationAction property to "Deactivate". This should deactivate the asset from the publisher but it's not. So, ideally it should not change this property.