File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,15 @@ public function fields(NovaRequest $request): array
79
79
->sortable (),
80
80
81
81
BelongsTo::make ('Fiscal Year ' , 'fiscalYear ' , FiscalYear::class)
82
+ ->filterable ()
82
83
->sortable (),
83
84
84
85
Number::make ('Instance ID ' , 'workday_instance_id ' )
85
86
->canSee (static fn (Request $ request ): bool => $ request ->user ()->can ('access-workday ' ))
86
87
->onlyOnDetail (),
87
88
88
89
Badge::make ('Status ' )
90
+ ->filterable ()
89
91
->map ([
90
92
// @phan-suppress-next-line PhanTypeInvalidArrayKeyLiteral
91
93
null => 'danger ' ,
@@ -102,6 +104,7 @@ public function fields(NovaRequest $request): array
102
104
->sortable (),
103
105
104
106
BelongsTo::make ('Pay To ' , 'payTo ' , ExternalCommitteeMember::class)
107
+ ->filterable ()
105
108
->sortable (),
106
109
107
110
Text::make ('Memo ' )
You can’t perform that action at this time.
0 commit comments