Active
Project:
FileField Sources
Version:
7.x-1.9
Component:
Source: Remote URL
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2013 at 05:31 UTC
Updated:
10 Jul 2015 at 16:23 UTC
Jump to comment: Most recent
Comments
Comment #1
charos commentedChanging this to minor since pressing "save" again, the node is created normally.
Comment #1.0
charos commentedCorrectly state the reverted version of the module (6.x-1.4) where the issue disappears.
Comment #2
damienmckennaI'm seeing this where it seems the file has already been attached when _form_validate() runs, so the $options list no longer includes the filename that was selected, thus leading to the error.
Comment #3
damienmckennaFYI I'm seeing this with the Video module on D7.
Comment #4
ph7 commentedI observed the exact same behaviour after uploading a remote image on a content type node. The content type also contains a entity reference field that is filled via an select view. When I try to save the node the "An illegal choice has been detected" error message appears and the data/selection on the entity reference field is cleared. Another hit on the save button stores the node but the data on entity reference field is gone. I have to edit the node again to restore the previous selection on the entity field. I can then save without any problem. So, it kinda works but it's not user friendly.