Posted by jdubbwya on October 29, 2008 at 10:29pm
Jump to:
| Project: | Bio |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
How did you get around this?
#2
I 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