Closed (fixed)
Project:
Notify by Views
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2009 at 21:38 UTC
Updated:
12 May 2009 at 18:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
stella commentedComment #2
matt2000 commentedCould you back up and make it so that it just gets all of the views using the proper API function, instead of the one db query plus this api call?
Comment #3
stella commentedThat's just it, I couldn't find one. I had hoped to replace the db query with an api function, but couldn't find one that would either (a) return all custom views or (b) return both custom and default views. Views itself just seems to select directly from the db each time that information is required.
Comment #4
matt2000 commentedOK, good to know I wasn't just being lazy when I first wrote that query. :-)
Thanks for the patch.