Closed (fixed)
Project:
BackReference
Version:
6.x-1.1-beta1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
20 Dec 2010 at 17:59 UTC
Updated:
12 Dec 2011 at 15:47 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1003434_backref_revisions-1.patch | 4.42 KB | aron novak |
| backref_nid_vid_multivalue.patch | 1.19 KB | aron novak |
Comments
Comment #1
aron novakHere is a patch with a simpletest test included.
Comment #2
aron novakcommitted
Comment #4
gaëlgIndeed. 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.