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

pengcognito’s picture

How did you get around this?

jdubbwya’s picture

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