Merge pull request 'Added date of test rule option in sticker detail' (#1075) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 14s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 14s
Reviewed-on: #1075
This commit was merged in pull request #1075.
This commit is contained in:
@@ -120,6 +120,7 @@ class StickerDetailResource extends Resource
|
||||
->prepend('Tested By', 'tested_by')
|
||||
->prepend('Verified By', 'verified_by')
|
||||
->prepend('Approved By', 'approved_by')
|
||||
->prepend('Date Of Test', 'date_of_test')
|
||||
->toArray()
|
||||
),
|
||||
Forms\Components\TextInput::make('string_value')
|
||||
|
||||
Reference in New Issue
Block a user