Problem

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],
    ],
  ],

Command icon Show commands

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

fago created an issue. See original summary.

fago’s picture

Status: Active » Needs review
fago’s picture

all good, test fails are caused by https://www.drupal.org/project/canvas_extjs/issues/3563480#comment-16385550 and unrelated.

  • fago committed 09cb0420 on 3.x
    fix: #3563465 The "File Properties" formatter settings form checks for a...
fago’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.