Needs review
Project:
Multistep (D7)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2011 at 11:48 UTC
Updated:
19 Apr 2012 at 07:15 UTC
Jump to comment: Most recent file
Comments
Comment #1
roball commentedThe attached patch against the 6.x-1.x branch implements that feature. The module will continue to work exactly as before if no third-party module will interfere, so the changes are absolutely silent.
But, a third-party module now has the possibility to set and check the number of steps on a node scope instead of the usual content-type scope: When the variable "multistep_steps_TYPE:NID" (eg. 'multistep_steps_my_content_type:123') exists, its value will be returned as the number of steps. Otherwise, the value of the "multistep_steps_TYPE" (eg. 'multistep_steps_my_content_type') variable will be returned as usual.
Comment #2
roball commentedAttached is a revised patch that fixes one error of the original one. I have extensively tested it - so this one should really work well.
Comment #3
roball commentedCan there be expected any progress on this issue?