Active
Project:
Power Import
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2011 at 08:44 UTC
Updated:
23 Sep 2011 at 15:34 UTC
The code in pimport.module (line 1131) does not work properly under either one of two conditions
1) If one value of the allowed list does not have the (optional) label, since preg_match always expects to find a '|'
2) If the key or the label contains the character '\', which will match the initial '\' in the pattern
Comments
Comment #1
crikeymiles commentedIt also doesn't like it if you set the "Widget" to "Select List" for some reason.
Leaving the widget as "Text Field" fixes this issue.