-
Notifications
You must be signed in to change notification settings - Fork 436
Open
Labels
Description
Expected Behaviour:
Searching by customer on discount limitations should return a list of customers with first name, last name or company name matching any of the passed words.
Actual Behaviour:
Searching does nothing at the moment.
Steps To Reproduce:
Changing:
Lines 34 to 42 in ecb4b46
->headerActions([ | |
Tables\Actions\AttachAction::make()->form(fn (Tables\Actions\AttachAction $action): array => [ | |
$action->getRecordSelect(), | |
])->recordTitle(function ($record) { | |
return $record->full_name; | |
})->preloadRecordSelect() | |
->label( | |
__('lunarpanel::discount.relationmanagers.customers.actions.attach.label') | |
), |
allows searching but its not the right solution.
What do you thin the solution is here?