? Failure

User tests: Successful: Unsuccessful:

avatar hardik-codes
hardik-codes
29 Mar 2019

Pull Request for Issue #19954
Media field does not allow to select files that are not images (PDF, ...)

Summary of Changes

Changes in plugins/fields/media/tmpl/media.php

Testing Instructions

Code Inspection

93f5b2a 29 Mar 2019 avatar hardik-codes Fix
avatar hardik-codes hardik-codes - open - 29 Mar 2019
avatar hardik-codes hardik-codes - change - 29 Mar 2019
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 29 Mar 2019
Category Front End Plugins
avatar hardik-codes
hardik-codes - comment - 29 Mar 2019

@martyharty please test

avatar brianteeman
brianteeman - comment - 29 Mar 2019
avatar martyharty
martyharty - comment - 30 Mar 2019

Code works as expected on Joomla! 4.0.0-alpha8-dev: https://gridx.joomla.com/
In my opinion media types refer to file, image, audio, video as well as the next practice.

Improvement for future reference in plugins/fields/media/params/media.xml
20: JNO could be extended for more clarity:

NO_FOR_FILE_DOWNLOAD

Also other extensions like .doc might be added with:
if((substr($path, -4) == '.pdf') || (substr($path, -4) == '.doc'))
(uploading works from backend).

Thanks

avatar hardik-codes hardik-codes - change - 31 Mar 2019
The description was changed
avatar hardik-codes hardik-codes - edited - 31 Mar 2019
avatar stutteringp0et
stutteringp0et - comment - 23 Apr 2019

I think the field type you're looking for to select non-images is: filelist

https://docs.joomla.org/Filelist_form_field_type

Within its options, one can filter by extension using regex - PDF, for example.

avatar Quy Quy - close - 8 Oct 2019
avatar Quy Quy - change - 8 Oct 2019
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2019-10-08 02:00:54
Closed_By Quy
avatar Quy
Quy - comment - 8 Oct 2019

Closing as not proper fix.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24409.

Add a Comment

Login with GitHub to post a comment