Skip to content

Commit

Permalink
+ (Reporting) Removed dataview filters related to archived group memb…
Browse files Browse the repository at this point in the history
…ers (Fixes #3933) (PR #3977)
  • Loading branch information
MichaelAllen authored and nairdo committed Nov 5, 2019
1 parent 066e25d commit 2ae3b10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rock/Model/GroupMember.cs
Expand Up @@ -160,6 +160,7 @@ public partial class GroupMember : Model<GroupMember>, ICacheable
/// <value>
/// <c>true</c> if this instance is archived; otherwise, <c>false</c>.
/// </value>
[HideFromReporting]
[DataMember]
public bool IsArchived { get; set; } = false;

Expand All @@ -169,6 +170,7 @@ public partial class GroupMember : Model<GroupMember>, ICacheable
/// <value>
/// The archived date time.
/// </value>
[HideFromReporting]
[DataMember]
public DateTime? ArchivedDateTime { get; set; }

Expand All @@ -178,6 +180,7 @@ public partial class GroupMember : Model<GroupMember>, ICacheable
/// <value>
/// The archived by person alias identifier.
/// </value>
[HideFromReporting]
[DataMember]
public int? ArchivedByPersonAliasId { get; set; }

Expand Down

0 comments on commit 2ae3b10

Please sign in to comment.