josespinal / filament-record-navigation

Easily navigate filtered and listed records from inside views
MIT License
18 stars 5 forks source link

Relations do not change #6

Open agruenberg opened 4 months ago

agruenberg commented 4 months ago

What happened?

Relations do not change if you navigate with the navigation controlls.

How to reproduce the bug

Make a 1:n relation, a form, enter data open one of the records and navigate with the navigation controlls. The relations do not change.

Package Version

2

PHP Version

8.3

Laravel Version

10

Which operating systems does with happen with?

No response

Notes

No response

josespinal commented 4 months ago

Can you provide the context in which you're using the relation? A select field? Or other type?

agruenberg commented 4 months ago

For example 1 costomer -> many orders.

willcastillo commented 2 months ago

Related: If you use a relation manager, the related records won't change as you navigate through the records.