-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manage Publication button breaks cac publishing flow #49
Comments
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. |
i was not able to reproduce the problem. i'm using AEMaaCS 2024.11.18598.20241113T125352Z-241100 and tested with latest versions of caconfig editor and caconfig extensions. i testes both locally with AEMaaCS SDK and with aen AEMaaCS cloud RDE, it worked. here is a detailed list of steps i used to reproduce the problem:
in both cases it worked as expected. publishing via "Manage Publication" took a few seconds more to complete, but worked as well. did i do something different then you? |
Steps to reproduce:
I start off with no sling context aware configuration
Create sling context aware configuration.
Save
Use quick Publishing.
Publish dialog appears with my caconfiguration selected
Publish
Configuration is properly replicated to the publishing instance.
Values can be changed, saved and quick published and it consistently works
Change value of a sling context aware configuration
Save
use Manage Publication
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.
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
The text was updated successfully, but these errors were encountered: