Closed (fixed)
Project:
Feeds
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2010 at 18:38 UTC
Updated:
28 Sep 2010 at 15:10 UTC
Jump to comment: Most recent file
The Taxonomy term processor will not produce an errors or warnings if the vocabulary is set to 'Select a vocabulary' and will proceed even to the point of importing nodes but just continuing to report 0% status. While this isn't a catastrophic bug, it's something that makes a certain bad configuration a bit harder to detect.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 795114-4_validate.patch | 1.28 KB | alex_b |
| #1 | vocabularyvalidation.patch | 519 bytes | budda |
Comments
Comment #1
buddaAdded a validation method for the vocabulary.
Comment #2
AntiNSA commentedsubscribe
Comment #3
alex_b commentedThis looks good, I added a check for a vocabulary when actually importing, too:
Comment #4
alex_b commentedCommitted, thank you:
http://drupal.org/cvs?commit=419672
Comment #5
buddaShould error messages end in a fullstop? Not sure on the standard for that.
form_set_error('vocabulary', t('Choose a vocabulary'));Comment #6
alex_b commentedI *think* they shouldn't. Needs fixing.
Comment #7
alex_b commentedLet me set this to RTBC - that works as a note to self to commit this fix.
Comment #8
alex_b commentedThe message is fixed now.