Opened 2 years ago

Last modified 20 months ago

#17848 new enhancement

Not possible to add a file field to the "add term" form

Reported by: DreadLox Owned by:
Priority: normal Milestone: Awaiting Review
Component: Taxonomy Version:
Severity: normal Keywords: 2nd-opinion
Cc:

Description

The "add term" form now uses ajax. The downside is that it is not anymore possible to add an additional file field using a plug-in as it won't be sent over ajax.

The easy way to fix this is to use the already included jquery.form script for that form. That plugin will make the form submit into a hidden iframe if a file field is found inside the form.

Change History (1)

  • Keywords 2nd-opinion added
  • Summary changed from Regression: Not possible to add a file field to the "add term" form to Not possible to add a file field to the "add term" form
  • Type changed from defect (bug) to enhancement

Ajaxification of the Add Category page was done in 2.1, so this is a Regression from 2.0..

There's nothing preventing a plugin from switching to jQuery.form, It should only require enqueuing the Jquery.form script and the helper code to enable it for that form.

Marking as an enhancement and removing the regression marker since it's not a regression from something recent..

Note: See TracTickets for help on using tickets.