-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Low
-
None
-
Affects Version/s: 6.2.3
-
Component/s: Administration - Workflows
-
6.02
-
1
-
Severity 3 - Minor
-
0
I have a workflow that uses several different status so in an effort to have the buttons display in a specific order i utilized opsbar-sequence numbering.
As you can see in the screen shot here are the setting values and the order in which they should be displaying:
"New" - opsbar-sequence = 1
"Design In Progress" - opsbar-sequence = 4
"Dev Ready" - opsbar-sequence = 5
"Dev in Progress" - opsbar-sequence = 6
In my current example my issue is currently in a status of "Dev Ready"(5) which means the buttons from left to right should be displaying as follows:
New(1) - Design in Progress(4) - Dev In Progress(6)
However here is how the buttons are displaying:
New(1) - Dev In Progress(6) - Design in Progress(4)
So im either missing something obvious or this looks to be a bug,