Problem/Motivation

Currently we only check for managed_file types which excludes certain wanted types like managed_file_plus which is provided by the contrib module file_field_paths.

Steps to reproduce

Enable file field paths on a file field that also has file temporary validator enabled. Since the type changes it breaks the validation.

Proposed resolution

Lets change this to check an array of types so we can include other types like managed_file_plus.

Remaining tasks

User interface changes

API changes

Data model changes

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

j-barnes created an issue. See original summary.

j-barnes’s picture

Status: Active » Needs review
sunny-lee’s picture

Status: Needs review » Reviewed & tested by the community

Looks good, when both enabled the validation now works.

j-barnes’s picture

j-barnes’s picture

j-barnes’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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