fix for collection base

This commit is contained in:
2021-09-09 14:09:16 +02:00
parent 508a85d555
commit 12fe7f896c
3 changed files with 6 additions and 3 deletions
@@ -222,7 +222,7 @@ namespace zero.Core.Collections
entity.TypeAlias = type.Alias;
}
return entity;
return WhenActive(entity);
}
}