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

rdeboer’s picture

Status: Active » Closed (won't fix)

With D6 approaching end of life, I don't think this is going to happen...
Rik