When I installed this module, the action names came up blank. It may have been something to do with the installation order

mysql> select * from actions;
+------------------------------------+----------+------------------------------------+--------+-----------------------------------------------+
| aid                                | type     | func                               | params | description                                   |
+------------------------------------+----------+------------------------------------+--------+-----------------------------------------------+
| action_node_publish                | Node     | action_node_publish                |        | Publish node                                  | 
| action_node_unpublish              | Node     | action_node_unpublish              |        | Unpublish node                                | 
| action_node_sticky                 | Node     | action_node_sticky                 |        | Make node sticky                              | 
| action_node_unsticky               | Node     | action_node_unsticky               |        | Make node unsticky                            | 
| action_node_promote                | Node     | action_node_promote                |        | Promote node to front page                    | 
| action_node_unpromote              | Node     | action_node_unpromote              |        | Remove node from front page                   | 
| action_workflow_execute_transition | Workflow | action_workflow_execute_transition |        | Change workflow state of a node to next state | 
| action_view_perm                   |          | action_view_perm                   |        |                                               | 
| action_view_views_style_plugins    |          | action_view_views_style_plugins    |        |                                               | 
| action_view_form                   |          | action_view_form                   |        |                                               | 
| action_view_form_validate          |          | action_view_form_validate          |        |                                               | 
| action_view_form_submit            |          | action_view_form_submit            |        |                                               | 
| action_view_check_node_type        |          | action_view_check_node_type        |        |                                               | 
+------------------------------------+----------+------------------------------------+--------+-----------------------------------------------+

You can see that the description and type columns are coming up blank (hopefully in spite of the word wrapping). No doubt I can make something up to go in there, but I want to know what's going on; do I need to insert anything specific in those fields?

Thanks,

Comments

mdekkers’s picture

Thanks for posting this - we'll try and get this fixed today, and post an updated version

mdekkers’s picture

Status: Active » Fixed

this should be fixed in the 4.1 release that is now available

wayland76’s picture

Wonderful! Thanks for this! Allow me to mention that the 4.x versions aren't showing up at http://drupal.org/project/action_view unless I click "Show all releases", so you may get more reports of this bug.

mdekkers’s picture

Status: Fixed » Closed (fixed)

yeah thanks for that, I noticed that as well, so I placed a direct link to the latest version on the project blurb.