Closed (fixed)
Project:
Node Gallery
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2012 at 02:41 UTC
Updated:
25 Oct 2012 at 20:01 UTC
"Unable to find a navigator image sort view. Please revisit your Node Gallery relationship settings."
This warning comes up on Manage Items page after you have changed something and batch runs. It doesn't cause problems, but shouldn't be there.
Comments
Comment #1
scroogie commentedHi zengenuity,
do you still use the Navigator view at all? It was a workaround in the D6 version because of (perceived) shortcomings in Views and node retrieval.
Comment #2
zengenuity commentedThis is an area of the code I definitely need to clean up. Can you explain why the navigator image sort view exists? When it's not used, I'm running a query that sorts by weight then nid. I assumed it was for people who wanted to override the sort strategy for some reason.
Comment #3
scroogie commentedYes, exactly for that. Through the use of views, people had a already known interface to change the sort strategy, e.g. to sort the nodes after custom fields etc.
Comment #4
zengenuity commentedOkay, I think I have this fixed and committed.