filament-tests icon indicating copy to clipboard operation
filament-tests copied to clipboard

`setPage` on a relationmanager does not work and causes the test to fail

Open CodeWithDennis opened this issue 1 year ago • 1 comments

CodeWithDennis avatar May 16 '24 15:05 CodeWithDennis

This might actually be a Filament bug.

CodeWithDennis avatar May 16 '24 15:05 CodeWithDennis

Not actually a bug, just undocumented behavior. For a relation manager you need to set {relationship*RelationManager}Page

for example managePostCommentsPage ?managePostCommentsPage=2

dissto avatar Dec 10 '24 01:12 dissto