Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is Archived and Archived DateTime Group Member filter does not display results. #3933

Closed
1 task done
BEGamache opened this issue Oct 3, 2019 · 1 comment
Closed
1 task done
Labels
Status: Available The core team has made this available for the community to fix. (was: Status: Available) Status: Confirmed It's clear what the subject of the issue is about, and what the resolution should be. Topic: Group Related to group, group members, and related blocks, etc. x-Fixed in v9.5
Milestone

Comments

@BEGamache
Copy link

BEGamache commented Oct 3, 2019

Prerequisites

  • Put an X between the brackets on this line if you have done all of the following:

Description

When creating a Group Member data view to display group members who have been archived, when 'IsArchived equal to Yes' or 'Archived DateTime in the last 12 months' does not properly display the results. It leads you to think no one has been archived but when searching the Database there have been archived group members

It sounds the same as this issue: #3615 but applied to group members instead of groups. Not certain if it was meant to be hidden as well or if these filters are suppose to be accessible.

Steps to Reproduce

  1. Create a new Data View.
  2. Set it to Group Member
  3. Set a filter to Is Archived or Archived DateTime
  4. When set IsArchived to No you will get results but when set to Yes you wont.

Expected behavior:

Properly display archived group members by use of IsArchived and/or Archived DateTime

Actual behavior:

Does not display archived results.

Versions

  • Rock Version: 9.2, 9.1 (Demo)
  • Client Culture Setting: en-US
@nairdo nairdo added Status: Available The core team has made this available for the community to fix. (was: Status: Available) Topic: Group Related to group, group members, and related blocks, etc. Status: Confirmed It's clear what the subject of the issue is about, and what the resolution should be. labels Oct 3, 2019
@nairdo
Copy link
Member

nairdo commented Oct 21, 2019

Solution:
Decorate the three properties in question with [HideFromReporting] (See the 3eed88d commit for the related #3615 issue.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Available The core team has made this available for the community to fix. (was: Status: Available) Status: Confirmed It's clear what the subject of the issue is about, and what the resolution should be. Topic: Group Related to group, group members, and related blocks, etc. x-Fixed in v9.5
Projects
None yet
Development

No branches or pull requests

4 participants