Closed (outdated)
Project:
Flexinode
Version:
master
Component:
flexinode.module (core)
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
22 Oct 2004 at 23:18 UTC
Updated:
13 May 2016 at 18:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
crunchywelch commentedThis is a patch against drupal cvs that fixes this issue. It has to do with the sql statement joining the data fields, since there are no records for new fields on poreviously created nodes, it returns nothing. This patch changes the sql statement to only retrieve the basic node inforamtion and load the field data afterward using flexinode_load.
Comment #2
jonbob commentedCould this cause problems with the table sorting? I need to investigate further.
Comment #3
geodaniel commentedHas there been any further investigation into this issue? I see the patch has not been applied as the problems still exist in 4.7 flexinode.
Comment #4
geodaniel commentedThe attached patch is based on crunchywelch's patch against 4.5, but re-rolled to work with 4.7.
Table sorting does not appear to be affected, working as expected.
Comment #5
geodaniel commentedThis patch can be applied againt 4.6 to get it to work properly (note the added DISTINCT command in the SQL).
Comment #6
urbanlegend commentedGiven that this issue has not been updated in 10 years or more, I am closing this ticket as outdated (no longer needed and/or relevant). However, if anyone feels this represents an issue that is still being encountered in the current version of Drupal, please reopen and/or provide additional comments.