wcm-io / io.wcm.caconfig.editor

Context-Aware Configuration Editor Template for AEM.
Apache License 2.0
3 stars 7 forks source link

Manage Publication button breaks cac publishing flow #49

Open satzlinger opened 1 week ago

satzlinger commented 1 week ago

Steps to reproduce: I start off with no sling context aware configuration 2024-11-18_14-14

Create sling context aware configuration. Save Use quick Publishing. Publish dialog appears with my caconfiguration selected 2024-11-18_14-15 Publish Configuration is properly replicated to the publishing instance. Values can be changed, saved and quick published and it consistently works 2024-11-18_14-15_1

Change value of a sling context aware configuration

Save use Manage Publication 2024-11-18_14-16_2

Configuration content is not properly replicated to the publish instance. The properties cq:lastReplicated and cq:lastReplicated_publish have the timestamp when the manage publication button was pressed on author but the cq:lastReplicated_publish on publisher is not changed and shows the timestamp from the quick publish process before. Quick publish button now does not show the Publish dialog where the node can be seen, but just shows the "Configuration Editor The page has been published, Close" Dialog. No publishing was done. 2024-11-18_14-12_2

Locally I was only able to get the quick publishing button working again by deleting the configuration node and creating a new one. I can not see anything suspicious in the author, publish or replication log

Would be great if someone can look into this

stefanseifert commented 1 week ago

thanks for the detailed report! - i will try to reproduce the issue.

from time to time it may break if something changes inside the AEMaaCS product under the hood.