Active
Project:
Bio
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2008 at 22:29 UTC
Updated:
5 Feb 2009 at 04:10 UTC
The changes the bio_views_alter_tables made to my calendar caused nodes to not correctly show up on the list.
It modified the system to have the table exclusion list be in a variable_get() instead of being hard coded which would allow other modules to have there tables excluded from being aliased using the bio module hook, and could cause interoperability issues
Comments
Comment #1
pengcognito commentedHow did you get around this?
Comment #2
jdubbwya commentedI found where the list of excluded tables was present in the module and then put a variable_get statement in there with a specific name so any module i needed could just do a variable_set and append it's table name to the database or allow me to add overrides in the settings file. I did it at a job I quit a few months back so I can't get to the source code, but if you need me to I can try an recreate what I did. Let me know