#8533 Fixed order
This commit is contained in:
parent
59db8f3daf
commit
c5d0237c23
|
@ -1856,7 +1856,7 @@ $class = 'databox filters';
|
|||
0,
|
||||
false,
|
||||
false,
|
||||
true,
|
||||
false,
|
||||
'',
|
||||
false,
|
||||
'min-width: 180px'
|
||||
|
|
|
@ -265,7 +265,7 @@ class AgentModuleWidget extends Widget
|
|||
'name' => 'filtered-type-show-'.$this->cellId,
|
||||
'return' => true,
|
||||
'id' => 'filtered-type-show-'.$this->cellId,
|
||||
'selected' => $this->values['mTypeShow'],
|
||||
'selected' => ($this->values['mTypeShow'] === null) ? 0 : $this->values['mTypeShow'],
|
||||
],
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue