Closed (fixed)
Project:
OG Workflow
Version:
7.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Reporter:
Created:
3 Dec 2013 at 15:36 UTC
Updated:
6 Feb 2014 at 11:30 UTC
Jump to comment: Most recent
This is to inform you that the Workflow module has a new version 7.x-2.0, which is not code compatible with the previous version.
Workflow now has two modes: the conventional 'Workflow Node', and the new 'Workflow Field'. The latter implements a new field type.
Your module is an add-on to the workflow module. Please check if it still works with with new version, and let me knwo if you need help. I'll try to complete the change records.
Comments
Comment #1
johnvComment #2
loze commentedI cannot get this to work with the new version of workflow
Comment #3
Tim-Erwin commentedThis seems to be quite a change. I wonder where I can switch between the modes and what their implications are. This definitely means some more work to make this module work again...
Comment #4
Tim-Erwin commentedComment #5
johnvYep, there are two tasks here:
- check if it still works with workflow_node (old way). This shouldn't be too troublesome.
- check if it works with workflow_field (new way).
Comment #6
pinin4fjords commentedIf 'Workflow Field' is used I get errors like 'Call to undefined function workflow_get_workflow_type_map_by_type()'.
Comment #7
Tim-Erwin commentedThis does not yet work, I'm working on it.
Comment #8
Tim-Erwin commentedBlocker: #2171615: transition pre and transition permitted have no effect
Comment #9
johnv#2171615 is now fixed in latest -dev of workflow module.
The error from #6 is also fixed: the 'workflow_get_workflow_type_map*' functions were located in workflow_node, and are not functional with workflow_field, but there is no need to break things, so they are now re-added, even when workflow_node is not enabled.
If Tim-Erwin chooses to not support Workflow Field, a dependency to 'workflownode' may be added (would be a pity, though ;-) ).
Comment #10
Tim-Erwin commentedAll the rough things have been changed and everything seems to work. Only workflownode so far. Thanks for the preemptive hint. Required workflow version: 7.x-2.x-dev newer than 14.01.2014