Closed (fixed)
Project:
File Temporary Validator
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
28 May 2024 at 14:17 UTC
Updated:
14 Jun 2024 at 15:14 UTC
Jump to comment: Most recent
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.
Enable file field paths on a file field that also has file temporary validator enabled. Since the type changes it breaks the validation.
Lets change this to check an array of types so we can include other types like managed_file_plus.
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
j-barnes commentedComment #4
sunny-lee commentedLooks good, when both enabled the validation now works.
Comment #5
j-barnes commentedComment #6
j-barnes commentedComment #7
j-barnes commented