When i go to admin/build/workflow/edit/1 and I try to edit the access control for the different states, after I save an go back to the same page, the values that I had checked previously were not saved.

Worflow 5.x-2.3
Workflow_Access 5.x-2.3

Comments

xamount’s picture

I forgot to mention that I applied the patch at: http://drupal.org/node/296086#comment-1094878

When I reverse this patch, all seems to work.

Essentially this is what the patch does and I believe this is where the problem is:

-  $form['#submit'] += array('workflow_access_form_submit' => array());
+  $form['#submit'][] = 'workflow_access_form_submit';

With the patch applied, I don't get the message "Workflow access permissions updated." which can only tell me the correct submit function is not being called.

Any ideas?

ckng’s picture

Status: Active » Fixed

Please see patch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.