Hi,
This module doesn't support default views provided by modules and so they don't appear in the list on admin/content/notify The attached patch fixes this issue.
Cheers,
Stella
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 446652.patch | 761 bytes | stella |
Hi,
This module doesn't support default views provided by modules and so they don't appear in the list on admin/content/notify The attached patch fixes this issue.
Cheers,
Stella
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 446652.patch | 761 bytes | stella |
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.