- Issue created by @johnv
Automatically closed - issue fixed for 2 weeks with no activity.
Since modern PHP IDE enforces strict typing, it becomes apparent that the WorkflowState ID's are not always a string.
If the State ID is not set, its value can be 0, '', empty array or NULL.
Make sure that initial State ID is ''.
Make this apparent in the return value of getFromStateId() and getToStateId().
The constant defined in workflow.module file are now moved int WorkflowState class.
Active
1.8
Code
Automatically closed - issue fixed for 2 weeks with no activity.