When editing a node, the form opened via EDIT-tab has two parts in the workflow section: workflow_state_change (includes radios for each allowed state) and workflow_schedule_state_change (includes 2 radios & date selection & time text input & comment textarea). That's OK as expected, I describe it here to prove(?) the user,role,access rights are correct.
But the shorter form opened on the same node via WORKFLOW-tab shows only the workflow_state_change part, not the scheduling one.
That happens no regard to the content-type (I have several standard&custom types & their workflows on my site) for all entitled users except the admin (UID=1).
I'm on Drupal5, using workflow 5.x-1.1 with OG 5.x-3.1
Any ideas as What to check? Which cache to clear? etc. welcome
Comments
Comment #1
mblazke commented---COMMENT CLEARED ---
There were my dead end additional info, but I can not delete this comment.
Problem already solved - see below.
Comment #2
mblazke commentedThat was an issue of OG_user_roles module instead of Workflow module.
see http://drupal.org/project/og_user_roles (version 5.x-2.7 fixed it)