smpallen99 / ex_admin

ExAdmin is an auto administration package for Elixir and the Phoenix Framework
MIT License
1.2k stars 275 forks source link

Filters not keeping up after deletion of one entry #433

Open dannygui opened 6 years ago

dannygui commented 6 years ago

I'm using the filter, let's say I select START TIME March 5th and March 6th. It will return on the view a list that matches this and it will return a specific amount, let's say it returns 36 item for a total of 4 pages.

screen shot 2018-03-05 at 1 52 26 pm

From there, if you delete one item in the list (by hitting delete on the right) you will notice that it refreshes the page and return a full list of items (let's say 16,570) and when you click on page 2, it totally ignores the filter chosen because it reloaded the full list of items.

screen shot 2018-03-05 at 1 52 36 pm