The views data hook for data_taxonomy does some aggresive setting of relationships for many data tables that may result in overwrites upon array_merging as views assembles the cache. Test and possibly move to hook_views_data_alter() or re-architect.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 693056_5.patch | 1.57 KB | David Goode |
| #4 | 693056_4.patch | 1.55 KB | David Goode |
| #3 | 693056_3.patch | 1.54 KB | David Goode |
| #2 | 693056_2.patch | 1.51 KB | David Goode |
| #1 | data_taxonomy_renamerelationships.patch | 1.51 KB | David Goode |
Comments
Comment #1
David Goode commentedNow it creates a relationship prepended with its own module/table name; shouldn't have any conflict issues anymore. All views implementing it must be recreated/will be broken.
Comment #2
David Goode commentedNamed patch according to standards, same content as before.
Comment #3
David Goode commentedSorry, but added file paths to work better with automatic make files.
Comment #4
David Goode commentedAnother path rename for drush make purposes :-(
Comment #5
David Goode commentedAgain, sorry!
Comment #6
alex_b commentedThis is RTBC - is there an open issue for the new "@TODO this really doesn't belong here" ? Are you planning to fix that?
Comment #7
alex_b commentedTo be released with 6.x-1.0-alpha13.
Comment #8
alex_b commentedCommitted, thank you.
http://drupal.org/cvs?commit=417662