You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Add new event with a futur Startdate
Add Start date (in Access tab) in the futur as well
Save new record
Go in List mode: the event is present
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.
The text was updated successfully, but these errors were encountered:
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
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
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
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
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
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.
The text was updated successfully, but these errors were encountered: