rainxart
rainxart

Reputation: 43

Unable to delete page in Magnolia CMS

I'm trying to delete a page from Pages application and I'm receiving success message

enter image description here

But the page is still there.

It's the same when I try to delete a page from JCR, I'm receiving success message, but the node is still there.

I have no info, warning or error messages in the logs.

What I've tried is to turn off the public instance from the Configuration app, but still I'm not able to delete a page.

It's happening only on my author instance.

Any idea, where I can look to find some info why I'm unable to delete a page, or why I have that problem?

Thanks.

Edit: I don't get the trash bin icon on the page like this: enter image description here

Just nothing is happening.

Solution: Ok, I kinda solve it.

This is happening only on macOS Mojave in Safari 12.1.1 It works fine on Windows under Chrome, Firefox, Edge.

Upvotes: 1

Views: 731

Answers (1)

Vlad Andronache
Vlad Andronache

Reputation: 333

You need to publish the deleted page. The activation/deactivation of pages does not happen automatically, so if the node disappears immediately after deletion, you won't be able afterwards to publish the "deletion" to public instances, to keep them in sync.

Upvotes: 1

Related Questions