Save text from "export importer"
Then try to "import importer" but got message about existing importer (it is wrong)
Check "Replace an existing importer..." and got empty importer with blank name
"Importer id" helps with name, but importer still empty.

CommentFileSizeAuthor
#5 screenshot-2015-04-01.png107.14 KBIvan Simonov
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

MegaChriz’s picture

Category: Bug report » Support request
Status: Active » Fixed

I can confirm that in Feeds 7.x-2.0-alpha8, if you try to fill in the importer id, Feeds ignores that but uses the importer id from the supplied code instead. However, this has been fixed in dev. See commit.

For the issue about creating a blank importer, there is already an other issue about this: #2320781: Validate feed importer configuration: check for invalid bundle and invalid language.

Ivan Simonov’s picture

Category: Support request » Bug report
Status: Fixed » Active

In my case content type was exist. It is default "Article".
The created importer was completely "blank".

MegaChriz’s picture

What's your definition of "blank"? Are all settings empty or are they all back to the default? Are all mappings missing?

Can you post screenshots of the importer forms you define as "blank"? Can you also post the Feeds importer configuration you are were trying to import?

Have you tried if the importer also becomes "blank" when you use the latest dev of Feeds?

MegaChriz’s picture

Status: Active » Postponed (maintainer needs more info)
Ivan Simonov’s picture

Version: 7.x-2.0-alpha8 » 7.x-2.x-dev
Status: Postponed (maintainer needs more info) » Fixed
FileSize
107.14 KB

Checked it again with "Article" content:

  • in 7.x-2.0-alpha8 got "blank" importer (mean importer without name and with default settings) screenshot attached
  • in feeds-7.x-2.x-dev this has been fixed - confirm it.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

rooby’s picture

I made a patch to fix this in alpha8, which you can find at #2174303-6: Feeds importer importer -- context and mapping not working

rooby’s picture