Skip to main content
nate_anderson-1
October 16, 2015
Répondu

Delete Page from SiteAdmin Search

I am getting an error when trying to delete a page from the Search panel of the Websites/SiteAdmin page.

[img]delete.png[/img]

When I attempt to delete any page from the search results, I get a javascript error, the screen gets stuck on a 'Searching...' screen, and the page never gets deleted.

[img]searching.png[/img]

The javascript error seems to be caused by the code attempting to find the tree component from the 'Websites' tab panel but 'this.id' on the Search panel is different than the id on the Websites panel so the code on the Search panel can't find the tree component.  As such, the 'tree' variable is null so attempting to call getRootNode causes the error.

[img]error.png[/img]

Is anyone else getting this same behavior?  Is this a known bug?  Is there a hotfix for this?

Thanks in advance for any help in getting this resolved.

Ce sujet a été fermé aux réponses.
Meilleure réponse par Sham_HC

It is known issue and internal reference number is CQ5-34468. There is no hotfix and you can overlay SiteAdmin.Actions.js and make a fix. Please file daycare to get the overlay package. 

1 commentaire

Sham_HC
Sham_HCRéponse
Level 10
October 16, 2015

It is known issue and internal reference number is CQ5-34468. There is no hotfix and you can overlay SiteAdmin.Actions.js and make a fix. Please file daycare to get the overlay package.