Skip to content

BUG: Tree shows wrong icon when enableAfterDateTime is used and set to a future date #3997

@freesh

Description

@freesh

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.

Image

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

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions