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.

Comments

tim.plunkett’s picture

Status: Active » Needs review
StatusFileSize
new3.41 KB
new3.28 KB
new3.28 KB

One for each branch.

tim.plunkett’s picture

Here is an example of how this would be helpful: #872354-6: Views field "User: Link to contact page" not shown.

dawehner’s picture

Status: Needs review » Fixed

Patches looking fine. Commited to all three branches

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.