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

[BUG] Events with Start date in the future not listed in BE? #805

Closed
baden32 opened this issue Oct 26, 2020 · 0 comments
Closed

[BUG] Events with Start date in the future not listed in BE? #805

baden32 opened this issue Oct 26, 2020 · 0 comments
Assignees
Milestone

Comments

@baden32
Copy link

baden32 commented Oct 26, 2020

Extension version

4.3.1

Short problem description

I added a new event (2020-11-05) but I don't want it's displayed on my website before 2020-10-28. So I added Start date 202-10-28 08:00 (in Access Tab). Record can be inserted without any error.
My problem now is that this event is not listed anymore in Event administration form. Is that a "normal" behaviour?

Steps to reproduce

  1. Add new event with a futur Startdate
  2. Add Start date (in Access tab) in the futur as well
  3. Save new record
  4. Go in List mode: the event is present
  5. Go on Event administration form: the event is not listed.

Expected behaviour

All event - also the ones with Start / Stop date should be visible in the list of events in Events administration form

Server configuration

TYPO3 version:
8.7.32

Thank you in advance for your help.

@baden32 baden32 changed the title Events with start date in the future not listed in BE? Events with Start date in the future not listed in BE? Oct 26, 2020
@derhansen derhansen self-assigned this Oct 26, 2020
@derhansen derhansen added this to the 5.2.0 milestone Oct 26, 2020
@derhansen derhansen changed the title Events with Start date in the future not listed in BE? [BUG] Events with Start date in the future not listed in BE? Nov 2, 2020
derhansen added a commit that referenced this issue Nov 5, 2020
The `eventDemand` object has been extended, so the `enableFields` setting
for queries using `findDemanded` can be controlled. Additionally the
event model has been extended with getter/setters for the properties
hidden, starttime and endtime.

The list action of the administrationController now by default sets
the `enableFields` setting to false, so the event module also will show
events that are hidden ar have a start- or endtime.

Refs #805
derhansen added a commit that referenced this issue Nov 8, 2020
The `eventDemand` object has been extended, so the `enableFields` setting
for queries using `findDemanded` can be controlled. Additionally the
event model has been extended with getter/setters for the properties
hidden, starttime and endtime.

The list action of the administrationController now by default sets
the `enableFields` setting to false, so the event module also will show
events that are hidden or have a start- or endtime.

Refs #805
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants