This commit is contained in:
Daniel Maya 2022-03-30 15:12:53 +02:00
parent 59db8f3daf
commit c5d0237c23
2 changed files with 2 additions and 2 deletions

View File

@ -1856,7 +1856,7 @@ $class = 'databox filters';
0, 0,
false, false,
false, false,
true, false,
'', '',
false, false,
'min-width: 180px' 'min-width: 180px'

View File

@ -265,7 +265,7 @@ class AgentModuleWidget extends Widget
'name' => 'filtered-type-show-'.$this->cellId, 'name' => 'filtered-type-show-'.$this->cellId,
'return' => true, 'return' => true,
'id' => 'filtered-type-show-'.$this->cellId, 'id' => 'filtered-type-show-'.$this->cellId,
'selected' => $this->values['mTypeShow'], 'selected' => ($this->values['mTypeShow'] === null) ? 0 : $this->values['mTypeShow'],
], ],
]; ];