Closed (won't fix)
Project:
Actions
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2007 at 20:37 UTC
Updated:
29 Jan 2008 at 03:19 UTC
Actions modules doesn't work with action view module because it scans the name space of the action_view module as actions. This little patch makes sure it doesn't do that. Technically we should rename the actions to be more unique in future releases.
| Comment | File | Size | Author |
|---|---|---|---|
| action_action_views.patch | 475 bytes | sami_k |
Comments
Comment #1
sami_k commentedMoving to accurate project.
Comment #2
Christefano-oldaccount commentedThanks, samik! This patch looks good to me and I'm marking it RTBC, but from the lack of recent activity in the Actions project I wonder if it will be committed any time soon.
Comment #3
jvandyk commentedDon't name your module action_*. That namespace is used for action functions. The approach taken in this patch means we need to have a case for every module that violates this, and that check needs to be made for every function in the symbol table. FWIW, that's why the version of actions in Drupal 6 takes a different approach. It's also why the action (sic) module exists.
Comment #4
sami_k commentedRelated: http://drupal.org/node/202838
I agree with John VanDyk, action_views should be renamed to actions_views.