Request UnPublication not working | Community
Skip to main content
Level 2
June 12, 2023
Solved

Request UnPublication not working

  • June 12, 2023
  • 1 reply
  • 1246 views

I used the Overlay Node [/libs/wcm/core/content/sites/publishpagewizard/jcr:content/body/items/form/items/wizard/items/publishstep/items/fixedColumns/items/fixedColumn1/items/references] to bind the "Request Publication" action in the page information tag to a custom Workflow. However, the "Request UnPublication" action doesn't work. Even without the Overlay Node, clicking this button doesn't trigger any action or show any errors.

The following image shows the button properties I inspected using the development tools (without Overlay Node for UnPublication). It seems that some attributes are missing compared to the Publication button.

 

Additionally, I'm using AEM Forms version 6.5.12.0, and the Forms package is adobe-aemfd-win-pkg-6.0.640.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Anmol_Bhardwaj

If it is not working, even with the vanilla instance, you can raise an Adobe Support ticket. That would be the ideal way.

1 reply

Anmol_Bhardwaj
Community Advisor
Community Advisor
June 12, 2023

Hi @reno1 ,

 

By looking at the element rendered for the button, you have not overlayed the node properly.

It does not contain the data elements which are necessary for the operation.

This behavior should not be the same in vanilla instances. Please try the same thing in a vanilla instance. which does not contain any custom code. 

 

 

Also, for operations such as publishing and un-publishing, it is not only the nodes but the coral clientlibs as well which are responsible for it. So, some of the custom clientlibs implemented within your project code may be interfering with the unpublication action.

 

If you get the same issue in a vanilla instance, you can raise an Adobe ticket, it could be due to version incompatibility as well. 

 

 

reno1Author
Level 2
June 13, 2023

Hi @anmol_bhardwaj

I tried clicking on the "UnPublication" button in an environment with no custom code at all (I rebuilt an environment and installed two packages: aem-service-pkg-6.5.12.0 and adobe-aemfd-win-pkg-6.0.640). However, the button still doesn't work.

reno1Author
Level 2
June 13, 2023

If it is not working, even with the vanilla instance, you can raise an Adobe Support ticket. That would be the ideal way.


Ok.thanks