Skip to content

Commit 969399c

Browse files
committed
Link page row to edit page
1 parent b5da6f5 commit 969399c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Resources/PageResource.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,10 @@ public static function table(Table $table): Table
133133
])
134134
->bulkActions([
135135
DeleteBulkAction::make(),
136-
]);
136+
])
137+
->recordUrl(
138+
fn ($record): string => static::getUrl('edit', ['record' => $record])
139+
);
137140
}
138141

139142
public static function getRelations(): array

0 commit comments

Comments
 (0)