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

Event Wizard creates N/A on Calendar Occurrence - Alpha 14.1 #5287

Closed
tbunney opened this issue Jan 20, 2023 · 1 comment
Closed

Event Wizard creates N/A on Calendar Occurrence - Alpha 14.1 #5287

tbunney opened this issue Jan 20, 2023 · 1 comment
Labels
Fixed in v14.1 Status: Confirmed It's clear what the subject of the issue is about, and what the resolution should be. Topic: Event Registration Related to Rock Event Registration. Type: Bug Confirmed bugs or reports that are very likely to be bugs.

Comments

@tbunney
Copy link

tbunney commented Jan 20, 2023

When someone creates an event through the event wizard, the Next Start Date comes up as N/A, even though it is in the future.

nodate-eventwizard

Steps to Reproduce

  1. Go to Event Wizard.
  2. Create an event.
  3. Go to that Calendar item and find the event occurrence you created.
  4. See error

Expected behavior:

There should be a date in the Next Start Date field.

Actual behavior:

The Next Start Date shows N/A.

Versions

  • **Rock Version:**Rock McKinley 14.1 (1.14.1.1)
  • Client Culture Setting: en-US
ethan-sparkdevnetwork added a commit that referenced this issue Jan 23, 2023
…"Next Start Date" showed "N/A" if the date range filter was not being used. (Fixes #5287)
@ethan-sparkdevnetwork ethan-sparkdevnetwork added Type: Bug Confirmed bugs or reports that are very likely to be bugs. Status: Confirmed It's clear what the subject of the issue is about, and what the resolution should be. Topic: Event Registration Related to Rock Event Registration. Fixed in v14.1 labels Jan 23, 2023
@tcavaletto
Copy link
Contributor

tcavaletto commented May 16, 2023

@ethan-sparkdevnetwork We're running into another issue with this on the main calendar page. Digging into it, if you pull up the newly created event item occurrence in SQL, it looks like the wizard is failing to set the now no longer virtual property of EventItemOccurrence.NextStartDate. I'm wondering if this is an issue somehow with newly created schedules here (https://github.com/SparkDevNetwork/Rock/blob/develop/Rock/Model/Event/EventItemOccurrence/EventItemOccurrence.Logic.cs#L48). I'm able to replicate this both on client servers and on the current Rock Demo site.
image
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed in v14.1 Status: Confirmed It's clear what the subject of the issue is about, and what the resolution should be. Topic: Event Registration Related to Rock Event Registration. Type: Bug Confirmed bugs or reports that are very likely to be bugs.
Projects
None yet
Development

No branches or pull requests

3 participants