Dear AEM Experience Blog community,
I have encountered an issue related to the Content Fragment (CF) Move operation in Adobe Experience Manager (AEM). Specifically, I have observed that when I move a Content Fragment to another folder and also edit its Title and Slug, the Modified Date of the Content Fragment does not get updated.
This behavior is unexpected, as modifying the Title and Slug typically signifies a change in the content itself, and thus, the Modified Date should reflect this update. However, the Modified Date remains unchanged after the Move operation.
I would like to understand if this is the intended behavior or if it is a known issue. Additionally, I am seeking guidance on any potential workarounds or solutions to ensure that the Modified Date accurately reflects changes made to the Title and Slug of a Content Fragment during a Move operation.
I would appreciate any insights, suggestions, or experiences shared by the AEM Experience Blog community regarding this matter.
Thank you in advance for your assistance!
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @AnveshReddy -
The behavior you have described regarding the Content Fragment Move operation in AEM is indeed an intended behavior. When you move a Content Fragment to another folder and edit its Title and Slug, the Modified Date of the Content Fragment does not get updated. This behavior is by design and is not considered a bug or an issue.
One possible workaround would be to leverage AEM's Event Handling to capture the move and metadata changes and then programmatically update the Modified Date property of the Content Fragment accordingly.
Hello @AnveshReddy -
The behavior you have described regarding the Content Fragment Move operation in AEM is indeed an intended behavior. When you move a Content Fragment to another folder and edit its Title and Slug, the Modified Date of the Content Fragment does not get updated. This behavior is by design and is not considered a bug or an issue.
One possible workaround would be to leverage AEM's Event Handling to capture the move and metadata changes and then programmatically update the Modified Date property of the Content Fragment accordingly.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies