diff --git a/cronjobs/hide.php b/cronjobs/hide.php index b4f71be915f..2cd85d28baf 100644 --- a/cronjobs/hide.php +++ b/cronjobs/hide.php @@ -49,6 +49,9 @@ { $cli->output( 'Hiding node: "' . $node->attribute( 'name' ) . '" (' . $node->attribute( 'node_id' ) . ')' ); eZContentObjectTreeNode::hideSubTree( $node ); + + //call appropriate method from search engine + eZSearch::updateNodeVisibility( $node->attribute( 'node_id' ), 'hide' ); } // clear memory after every batch eZContentObject::clearCache(); diff --git a/extension/ezoe/design/standard/templates/ezoe/customattributes/link.tpl b/extension/ezoe/design/standard/templates/ezoe/customattributes/link.tpl index 423ca450ce0..c3c887031fb 100644 --- a/extension/ezoe/design/standard/templates/ezoe/customattributes/link.tpl +++ b/extension/ezoe/design/standard/templates/ezoe/customattributes/link.tpl @@ -90,6 +90,7 @@ eZOEPopupUtils.settings.onInitDoneArray.push( function( editorElement ) ezoeLinkAttribute.timeOut = setTimeout( eZOEPopupUtils.BIND( ezoeLinkAttribute.ajaxCheck, this, url[0] + '_' + id, lid ), 320 ); return true; }); + inp.keyup(); // setup navigation on bookmark / browse / search links to their 'boxes' (panels) jQuery( 'a.atr_link_search_link, a.atr_link_browse_link, a.atr_link_bookmark_link' ).click( function(){