Closed (fixed)
Project:
Classified Ads
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2012 at 22:01 UTC
Updated:
7 Apr 2012 at 06:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
fgmConfirmed. Thanks for the report: can you provide a patch including a simpletest that fails on the current code and succeeds after your fix ?
Comment #2
fgmNevermind, here is a test that fails on RC2 and passes with the included patch.
Comment #3
fgmTest OK.
Checked on D7: bug has no equivalent, because body is built differently (see
_classified_list_nodes()for implementation).Committed to D6, thanks.
Comment #5
fgmStill a problem when node has expired: "Array' reappears.
Comment #6
fgmFixed. Note that expired ads that have not yet been unpublished are still listed, but with the node-unpublished class until they get unpublished by the next cron run after they expire.