Merge pull request 'Added Quality mail alert in alert mail page' (#32) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
Reviewed-on: #32
This commit was merged in pull request #32.
This commit is contained in:
@@ -50,7 +50,7 @@ class AlertMailRuleResource extends Resource
|
|||||||
'InvoiceValidation' => 'InvoiceValidation',
|
'InvoiceValidation' => 'InvoiceValidation',
|
||||||
'InvoiceDataReport' => 'InvoiceDataReport',
|
'InvoiceDataReport' => 'InvoiceDataReport',
|
||||||
'ProductionQuantities' => 'ProductionQuantities',
|
'ProductionQuantities' => 'ProductionQuantities',
|
||||||
//'Calibration' => 'Calibration',
|
'QualityValidation' => 'QualityValidation',
|
||||||
]),
|
]),
|
||||||
Forms\Components\Select::make('rule_name')
|
Forms\Components\Select::make('rule_name')
|
||||||
->label('Rule Name')
|
->label('Rule Name')
|
||||||
@@ -60,7 +60,7 @@ class AlertMailRuleResource extends Resource
|
|||||||
'MaterialInvoiceMail' => 'Material Invoice Mail',
|
'MaterialInvoiceMail' => 'Material Invoice Mail',
|
||||||
'ProductionMail' => 'Production Mail',
|
'ProductionMail' => 'Production Mail',
|
||||||
'InvoiceDataMail' => 'Invoice Data Mail',
|
'InvoiceDataMail' => 'Invoice Data Mail',
|
||||||
//'CalibrationMail' => 'Calibration Mail',
|
'QualityMail' => 'Quality Mail',
|
||||||
])
|
])
|
||||||
->required(),
|
->required(),
|
||||||
Forms\Components\TextInput::make('email')
|
Forms\Components\TextInput::make('email')
|
||||||
|
|||||||
Reference in New Issue
Block a user