Active
Project:
Editview
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Apr 2012 at 23:54 UTC
Updated:
21 Apr 2012 at 00:03 UTC
Workflow Extensions allows for workflow state changes to happen when saving a node by providing a button for each possible new state as a button to click on to save the node. It would be most useful if this was available for use with EditView, but for now it isn't working. I think it is a fairly easy fix but I haven't identified where the problem is. EditView creates new forms for editing each node, but somehow the workflow information isn't being included in the form array. I think the problem might be on this line in editview.theme.inc but I'm not certain:
$variables['form'] = drupal_get_form('editview_node_form_'. $variables['row']->nid, $node, $variables['view'], $variables['id'], request_uri());
}
Comments
Comment #1
darrellduane commentedThere are also some concerns inside of Workflow Extensions, but I think I have them figured out. I need more insight around the problems in EditView, anyone have any ideas?