Skip to content

Commit

Permalink
Merge pull request #1312 from kmadejski/EZP-27735_Solr_index_not_upda…
Browse files Browse the repository at this point in the history
…ted_immediately_after_change_content_priority

EZP-27735 Solr index not updated immediately after change content priority
  • Loading branch information
andrerom authored Aug 24, 2017
2 parents 458b722 + 064e22b commit f3fc14e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/content/ezcontentoperationcollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -1244,6 +1244,7 @@ static public function updatePriority( $parentNodeID, $priorityArray = array(),
$db->commit();
if ( !eZSearch::getEngine() instanceof eZSearchEngine )
{
eZContentCacheManager::clearContentCacheIfNeeded( $objectIDs );
foreach ( $objectIDs as $objectID )
{
eZContentOperationCollection::registerSearchObject( $objectID );
Expand Down

0 comments on commit f3fc14e

Please sign in to comment.