Neos Version: 9.0.1
Problem:
When i use the enableAfterDateTime prop, and set the date to a future date, i would expect that the Node is marked as hidden until the configurated date arrives.
Now there is the blue clock icon for activated and not activated pages. I would expect blue for activated and red for not activated.
Reproduce the problem:
Add activate the prop for a document node and set a date in the future:
properties:
enableAfterDateTime:
type: DateTime
ui:
label: i18n
reloadIfChanged: true
showInCreationDialog: true
inspector:
group: general