File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -728,7 +728,7 @@ export function createModel (builder: Builder): void {
728
728
baseMenuClass : process . class . Execution
729
729
} ,
730
730
viewOptions : {
731
- groupBy : [ 'process' , 'status ' , 'card' ] ,
731
+ groupBy : [ 'process' , 'currentState ' , 'card' ] ,
732
732
orderBy : [
733
733
[ 'modifiedOn' , SortingOrder . Descending ] ,
734
734
[ 'createdOn' , SortingOrder . Descending ]
@@ -753,12 +753,12 @@ export function createModel (builder: Builder): void {
753
753
key : 'card'
754
754
} ,
755
755
{
756
- key : '' ,
756
+ key : 'process ' ,
757
757
label : process . string . Process ,
758
758
presenter : process . component . ExecutonPresenter
759
759
} ,
760
760
{
761
- key : '' ,
761
+ key : 'currentState ' ,
762
762
label : process . string . Step ,
763
763
presenter : process . component . ExecutonProgressPresenter
764
764
} ,
You can’t perform that action at this time.
0 commit comments