Hi,
we have a workflow that is not very complex. It has 5 states starting with "ToDo" and ending with "Done". From every step you can go to the next step or you can gan to the previous step. In other words: You can go from step 2 to step 3 or step 1, but not step 4 or 5.
So for every step where are 2 buttons / links that can be clicked to go to forward or backward in steps. Now on step 3 the 2 available links are ordered descending instead of ascending for all other steps.
Examples:
Step 2 showing: backward forward
Step 3 showing: forward backward
Step 4 showing: backward forward
How can I make it, that the arrangements of the buttons / links in Step 3 is the same as in Step 2 and Step 4?
Regards
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.