Closed (fixed)
Project:
NodeReview
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
11 Jul 2011 at 13:43 UTC
Updated:
13 Jul 2011 at 00:41 UTC
Nodereview uses varchar(255) for its tag size, while votingapi limits the length of this field to varchar(64). That means that, since nodereview merges the values of votingapi & nodereview by this field in the nodereview_load function, no scores are retrieved for terms longer then 65 characters.
The attached patch fixes this (as long as the first 65 characters are unique for each term).
| Comment | File | Size | Author |
|---|---|---|---|
| votingapi-tag-max-65-chars.patch | 1020 bytes | robin van emden |
Comments
Comment #1
danielhonrade commentedcommitted, thanks