Start work on integration tests
This commit is contained in:
@@ -235,7 +235,7 @@ public class ContentVariantMapper
|
||||
}
|
||||
}
|
||||
|
||||
if (group.HasAccessToLanguage(variantDisplay.Language))
|
||||
if (variantDisplay.Language is not null && group.HasAccessToLanguage(variantDisplay.Language.Id))
|
||||
{
|
||||
hasAccess = true;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user