The "drop-in replacement" modules for core, like Contact and Block may want to define their own views functions, which would require redeclaring contact_views_api or block_views_api.
To make this work, Views should wrap its declarations in function_exists().
Patch for 6.x-2.x, 6.x-3.x, and 7.x-3.x to come shortly.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views-1104404-D62.patch | 3.28 KB | tim.plunkett |
| #1 | views-1104404-D63.patch | 3.28 KB | tim.plunkett |
| #1 | views-1104404-D73.patch | 3.41 KB | tim.plunkett |
Comments
Comment #1
tim.plunkettOne for each branch.
Comment #2
tim.plunkettHere is an example of how this would be helpful: #872354-6: Views field "User: Link to contact page" not shown.
Comment #3
dawehnerPatches looking fine. Commited to all three branches