Open diegonc opened 8 years ago
Since 54ebd4ba63332ee7d4e3037e2680c19186e3254d (Utilize mpowaga:jquery-fileupload package), the accept attribute is not present in the input file. The template for the upload button is receiving the following data:
+ selectFileBtnData: -> + label: @atts.label or 'Choose file' + accepts: @atts.accepts
but the template is still referencing accept helper.
accept
Did accepts (plural) meant to support the same functionality as the old accept helper[1]?
accepts
If yes, please rename it back to the singular form so you don't have to change documentation or existing apps.
If not then there's a problem :)
[1] For your reference, the commit history affecting this feature:
+1
Since 54ebd4ba63332ee7d4e3037e2680c19186e3254d (Utilize mpowaga:jquery-fileupload package), the accept attribute is not present in the input file. The template for the upload button is receiving the following data:
but the template is still referencing
accept
helper.Did
accepts
(plural) meant to support the same functionality as the oldaccept
helper[1]?If yes, please rename it back to the singular form so you don't have to change documentation or existing apps.
If not then there's a problem :)
[1] For your reference, the commit history affecting this feature: