We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05b7c7 commit ce9de38Copy full SHA for ce9de38
Kernel/Modules/AdminState.pm
@@ -352,10 +352,11 @@ sub _Edit {
352
SelectedID => $Param{ValidID} || $ValidListReverse{valid},
353
Class => 'Modernize Validate_Required ' . ( $Param{Errors}->{'ValidIDInvalid'} || '' ),
354
);
355
+ # default selected state type is 'pending reminder'
356
$Param{StateTypeOption} = $LayoutObject->BuildSelection(
357
Data => { $StateObject->StateTypeList( UserID => 1 ), },
358
Name => 'TypeID',
- SelectedID => $Param{TypeID},
359
+ SelectedID => $Param{TypeID} || 4,
360
Class => 'Modernize Validate_Required ' . ( $Param{Errors}->{'TypeIDInvalid'} || '' ),
361
362
$LayoutObject->Block(
0 commit comments