Fixed issue 145, code reviews don't show up in the timeline.
This commit is contained in:
@@ -171,6 +171,8 @@ class IDF_Review extends Pluf_Model
|
||||
|
||||
function postSave($create=false)
|
||||
{
|
||||
// At creation, we index after saving the associated patch.
|
||||
if (!$create) IDF_Search::index($this);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user