feat: add target week activation flag to network membership
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 5m28s
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 5m28s
This commit is contained in:
@@ -85,7 +85,8 @@ public class NetworkMembershipProfile : IRegister
|
||||
NetworkLevel = node.CurrentDepth,
|
||||
IsActive = true,
|
||||
IsClubActive = node.IsClubActive,
|
||||
ActivationWeekNumber = node.ActivationWeekNumber ?? string.Empty
|
||||
ActivationWeekNumber = node.ActivationWeekNumber ?? string.Empty,
|
||||
IsActivatedInTargetWeek = node.IsActivatedInTargetWeek
|
||||
};
|
||||
|
||||
if (parentId.HasValue)
|
||||
|
||||
Reference in New Issue
Block a user