Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2011 at 08:38 UTC
Updated:
28 Oct 2011 at 19:00 UTC
Complex scenario used here: Admin Views.
Since admin_views replaces system paths it has to make sure the child items are set up properly. But this only works if the $callbacks are passed by reference since the items are "locked" in the latest views version.
A more detailed description can be found here #1177202-14: admin_views module needs to be updated to work with views 7.x-3.0-beta3
The attached patch simply makes $callbacks a reference.
| Comment | File | Size | Author |
|---|---|---|---|
| views-admin_views-update-for-views-7.x-3.0-beta3-1177202-14.patch | 555 bytes | das-peter |
Comments
Comment #1
dawehnerThis makes sense, as you might want to alter existing ones.
Commited to both 3.x branches.