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

Filtering Event Registrants List Results in Error #6130

Closed
2 tasks done
kimlongcr opened this issue Dec 16, 2024 · 0 comments
Closed
2 tasks done

Filtering Event Registrants List Results in Error #6130

kimlongcr opened this issue Dec 16, 2024 · 0 comments
Labels
Status: Confirmed It's clear what the subject of the issue is about, and what the resolution should be. Type: Bug Confirmed bugs or reports that are very likely to be bugs.

Comments

@kimlongcr
Copy link

Description

When you filter an event registration, you receive the following error: 265|error|500|Entity Validation Error: [PersonPreference/Added/Id=0/Property=Key] The field Key must be a string or array type with a maximum length of '250'.

Screenshot 2024-12-16 at 8 15 30 AM

Actual Behavior

When the event registration has a question in it that is more than 250 characters long (which the system allows), it will display this error when trying to filter the list of registrants (not registrations - registrants). Per Carl at Triumph: This comes from a potential bug in the "Person Preference" filter. It does not allow making a filter when the name of the attribute + the attribute key are longer than 250 characters.
Screenshot 2024-12-16 at 8 27 00 AM

Expected Behavior

Event registration filters without issue.

Steps to Reproduce

  • Go to Event Registrations and choose an event (in our sandbox database = https://rockdev.crossroads.net/web/event-registrations/723/registrants)
  • Click on Registrants
  • Under the Registrants heading, open up the Filter Options
  • Select any field to filter on - Gender, T-shirt size, In Group - select a filter option for one of them
  • Scroll down and click on Apply Filter
  • Scroll up to the top of the screen and see the error
  • Scroll down to see that it did not filter the list of registrants

Issue Confirmation

  • Perform a search on the Github Issues to see if your bug or enhancement is already reported.
  • Reproduced the problem on a fresh install or on the demo site.

Rock Version

Rock McKinley 16.6 (1.16.6.9)

Client Culture Setting

en-US

@sparkdevnetwork-service sparkdevnetwork-service added Status: Confirmed It's clear what the subject of the issue is about, and what the resolution should be. Type: Bug Confirmed bugs or reports that are very likely to be bugs. labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Confirmed It's clear what the subject of the issue is about, and what the resolution should be. Type: Bug Confirmed bugs or reports that are very likely to be bugs.
Projects
None yet
Development

No branches or pull requests

2 participants