Merge pull request 'Added vehicle report option in module and rule select box' (#632) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Reviewed-on: #632
This commit was merged in pull request #632.
This commit is contained in:
@@ -59,6 +59,7 @@ class AlertMailRuleResource extends Resource
|
|||||||
'QualityValidation' => 'QualityValidation',
|
'QualityValidation' => 'QualityValidation',
|
||||||
'InvoiceTransit' => 'InvoiceTransit',
|
'InvoiceTransit' => 'InvoiceTransit',
|
||||||
'ImportTransit' => 'ImportTransit',
|
'ImportTransit' => 'ImportTransit',
|
||||||
|
'VehicleReport' => 'VehicleReport',
|
||||||
]),
|
]),
|
||||||
Forms\Components\Select::make('rule_name')
|
Forms\Components\Select::make('rule_name')
|
||||||
->label('Rule Name')
|
->label('Rule Name')
|
||||||
@@ -71,6 +72,7 @@ class AlertMailRuleResource extends Resource
|
|||||||
'QualityMail' => 'Quality Mail',
|
'QualityMail' => 'Quality Mail',
|
||||||
'InvoiceTransitMail' => 'Invoice Transit Mail',
|
'InvoiceTransitMail' => 'Invoice Transit Mail',
|
||||||
'ImportTransitMail' => 'Import Transit Mail',
|
'ImportTransitMail' => 'Import Transit Mail',
|
||||||
|
'VehicleReportMail' => 'Vehicle Report Mail',
|
||||||
])
|
])
|
||||||
->required(),
|
->required(),
|
||||||
Forms\Components\TextInput::make('email')
|
Forms\Components\TextInput::make('email')
|
||||||
|
|||||||
Reference in New Issue
Block a user