This commit is contained in:
@@ -267,7 +267,7 @@ namespace AyaNova.Biz
|
||||
PhraseItems.ToArray();
|
||||
|
||||
//get text
|
||||
ISearchAbleObject o = (ISearchAbleObject)BizObjectFactory.GetBizObject(ayaType, ct, userId, currentUserRoles);
|
||||
ISearchAbleObject o = (ISearchAbleObject)BizObjectFactory.GetBizObject(ayaType, ct, userId, currentUserRoles, translationId);
|
||||
|
||||
//get extract
|
||||
var searchParams = await o.GetSearchResultSummary(id);
|
||||
|
||||
Reference in New Issue
Block a user