Closed (won't fix)
Project:
Workflow Extensions
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Apr 2012 at 00:02 UTC
Updated:
23 Apr 2013 at 05:57 UTC
EditView allows for nodes to be edited from within a view. It would be most useful if the buttons to change states upon saving that Workflow Extensions provides were avaiable when using 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, and I do think that some of the logic in hook_form_alter() needs to be update to accomodate accepting these other forms for alteration by changing
$form['#id'] == 'node-form'
to
some concerns inside of the EditView module.
!strncmp($form['#id'], 'node-form',9)
in the if statements that filter on the forms that get altered, but there are also some concerns inside of the EditView module.
Anyone have any insight to share please?
Comments
Comment #1
rdeboerWith D6 approaching end of life, I don't think this is going to happen...
Rik