Closed (won't fix)
Project:
Outline
Version:
5.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2007 at 20:05 UTC
Updated:
6 Jul 2016 at 03:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rapsli commentedComment #2
buddaWhat url path page does this fix an error on?
Comment #3
BlakeLucchesi commentedThis fixes the listing of outlines located at admin/content/outline. However, I'm not really sure this is the approach that should be taken, you are talking about hitting the database once per outline just to grab the nid of the parent node. Someone that has 300 outlines will have their database queried 300 times just to list this page...
This patch takes a different approach by creating a new function _list_outline_parents to be used instead of _list_outline (which returns only the volume id and title NOT the node id).
Comment #4
captaindav commented