Skip to content
Snippets Groups Projects
Commit c59abea5 authored by Roderik Muit's avatar Roderik Muit
Browse files

Issue #3466510: fix #states selector for custom date format.

parent 8e5d6973
No related branches found
No related tags found
No related merge requests found
Pipeline #367036 passed with warnings
...@@ -168,7 +168,7 @@ class TimestampCeFieldFormatter extends RawCeFieldFormatter { ...@@ -168,7 +168,7 @@ class TimestampCeFieldFormatter extends RawCeFieldFormatter {
return [ return [
'visible' => [ 'visible' => [
[ [
":input[name='fields[{$this->getFieldDefinition()->getName()}][settings_edit_form][settings]$path']" => $conditions, ":input[name='fields[{$this->getFieldDefinition()->getName()}][settings_edit_form][form]$path']" => $conditions,
], ],
], ],
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment