FileLoadedEvent should include class when coming from old persister
Otherwise the new PersisterFolderService won't migrate
This commit is contained in:
@@ -71,7 +71,7 @@ abstract class BasePersisterService extends Service{
|
||||
sf.hit(searcher, timestamp, query)
|
||||
}
|
||||
}
|
||||
return new FileLoadedEvent(loadedFile: sf)
|
||||
return new FileLoadedEvent(loadedFile: sf, sourceClass: this.class)
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user