Closed (fixed)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2018 at 05:39 UTC
Updated:
8 Feb 2018 at 08:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
rooby commentedHere's the patch.
Comment #4
megachrizGood idea. I searched for
$form['submit']in the code base to check if there were any other changes needed.$form['submit']does appear in other places, but belong to other forms. I also checked the import form manually, both in the default state - when the import button can be clicked - as in the state where an import is in progress.The change could in theory break other modules that now alter
$form['submit']for the standalone import form, but I'm willing to take the risk that these modules need to be updated.Committed #2.
Comment #5
rooby commentedThanks. Yeah, aside form the other module's form alters issue I also didn't see any unexpected side-effects in my testing.
Comment #6
rooby commentedSince there is that possibility of breaking form alterations, I have added a draft change notice: https://www.drupal.org/node/2939316
Comment #7
megachrizThanks for writing the change record. I added to the change record that the change only affects the standalone import form. There is an other import form used on feed nodes (when the importer is attached to a content type).