Closed mbalandis closed 2 months ago
In URL I have set uuid instead of id: [resource]/[uuid]/edit . Edits in work fine in Filament routes but Spotlight ignores the method in the Model:
public function getRouteKeyName() { return 'uuid'; }
and does: [resource]/[id]/edit so it is 404. That should be checked when performing search. Am I missing something?
In URL I have set uuid instead of id: [resource]/[uuid]/edit . Edits in work fine in Filament routes but Spotlight ignores the method in the Model:
and does: [resource]/[id]/edit so it is 404. That should be checked when performing search. Am I missing something?