martonsagi / al-object-designer

AL Object Designer for Dynamics 365 Business Central development
MIT License
39 stars 21 forks source link

Filter resets after interacting with object #49

Closed yannstlo closed 4 years ago

yannstlo commented 4 years ago

Hi,

When using your "AMAZING" extension I discovered that when you search for an object then click on its name or the ellipsis to View, Preview or Run, once you click, the page gets reset. So if I had filtered using the search or the column headers, they get reset.

Again, amazing extension! Thanks

martonsagi commented 4 years ago

Hi,

Thanks for the feedback! I think it can be fixed. Reload happens on AL file changes and the navigation creates a temporary file that is not filtered out from auto-reload.

martonsagi commented 4 years ago

Fixed! Changes in AL files will refresh the data behind the Object Designer window but filters and selected type will remain there. I tried to navigate back to the same selected row if any, well it works more-or-less. You'll get scrolled back to the vicinity of your previous position.