Added two more options in module and rule name in alert mail page #927
@@ -81,7 +81,8 @@ class AlertMailRuleResource extends Resource
|
||||
'ImportTransit' => 'ImportTransit',
|
||||
'VehicleReport' => 'VehicleReport',
|
||||
'ExportDispatchReport' => 'ExportDispatchReport',
|
||||
'LaserStopReport' => 'LaserStopReport'
|
||||
'LaserStopAlert' => 'LaserStopAlert',
|
||||
'LaserStopReport' => 'LaserStopReport',
|
||||
]),
|
||||
Forms\Components\Select::make('rule_name')
|
||||
->label('Rule Name')
|
||||
@@ -96,7 +97,8 @@ class AlertMailRuleResource extends Resource
|
||||
'ImportTransitMail' => 'Import Transit Mail',
|
||||
'VehicleReportMail' => 'Vehicle Report Mail',
|
||||
'ExportDispatchReportMail' => 'Export Dispatch Report Mail',
|
||||
'LaserStopMail' => 'Laser Stop Mail'
|
||||
'LaserStopAlertMail' => 'Laser Stop Alert Mail',
|
||||
'LaserStopMail' => 'Laser Stop Report Mail'
|
||||
])
|
||||
->required(),
|
||||
Forms\Components\TextInput::make('email')
|
||||
|
||||
Reference in New Issue
Block a user