Problem with the bio_views_alter_tables

jdubbwya - October 29, 2008 - 22:29
Project:Bio
Version:5.x-1.2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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

#1

pengcognito - January 9, 2009 - 21:11

How did you get around this?

#2

jdubbwya - February 5, 2009 - 04:10

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

 
 

Drupal is a registered trademark of Dries Buytaert.