Posted by Aron Novak on December 20, 2010 at 5:59pm
| Project: | BackReference |
| Version: | 6.x-1.1-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | major |
| Assigned: | Aron Novak |
| Status: | closed (fixed) |
Issue Summary
The UPDATE has a WHERE vid = part, but when determining if it's an update or insert, we use nid = .
Todo: write a test, that's why it NW, otherwise i tested it.
| Attachment | Size |
|---|---|
| backref_nid_vid_multivalue.patch | 1.19 KB |
Comments
#1
Here is a patch with a simpletest test included.
#2
committed
#3
Automatically closed -- issue fixed for 2 weeks with no activity.
#4
Indeed. I dove into the code to figure out what was wrong, and finally saw this report. The fixed version should be more available as this bug breaks multiple fields handling. There's only one downloadable branch and the fix as not been commited to that branch.