Closed (fixed)
Project:
Custom Elements
Version:
3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2025 at 14:45 UTC
Updated:
30 Dec 2025 at 16:49 UTC
Jump to comment: Most recent
in FileCeFieldFormatter.php at line 120, there's a hardcoded field name field_image in the #states selector:
'#states' => [
'visible' => [
':input[name="fields[field_image][settings_edit_form][form][flatten]"]' => ['checked' => TRUE],
],
],
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
fagoComment #4
fagoall good, test fails are caused by https://www.drupal.org/project/canvas_extjs/issues/3563480#comment-16385550 and unrelated.
Comment #6
fago