Closed (fixed)
Project:
Revisioning
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Jan 2012 at 14:54 UTC
Updated:
11 Feb 2012 at 00:33 UTC
This patch fixes the revisioning_update_taxonomy_index($node) function which causes an error when migrating a taxonomy term reference.
| Comment | File | Size | Author |
|---|---|---|---|
| revisioning_taxonomy_ref_migrate_sticky_value.patch | 426 bytes | atongen |
Comments
Comment #1
rdeboerThanks for the patch atongen!
Just wondering how it's different from the original in its operation...
Comment #2
rdeboerPatch checked into Git with author accreditation.
Comment #3
atongen commentedWithout this, the sql generated would have a blank value for the sticky column, and it caused errors when running migrate.
Comment #4
rdeboerOk, I see. Thanks again for the patch, which is now in the development version of Revisioning.