sepinf-inc / IPED

IPED Digital Forensic Tool. It is an open source software that can be used to process and analyze digital evidence, often seized at crime scenes by law enforcement or in a corporate investigation by private examiners.
Other
924 stars 217 forks source link

Timeline panel needlessly call updateFileListing when clear filters button is pressed #1929

Closed patrickdalla closed 10 months ago

patrickdalla commented 10 months ago

Timeline panel clearFilter implementation needlessly call updateFileListing when clear filters button is pressed. This was causing no visible error as just after all other filters was cleared, updateFileListing was called again. But I noted it when implementing DelayMapUpdateWhenVisible, as the intermediary updateFileListing was also triggering unecessary event processing to update the map.

patrickdalla commented 10 months ago

@lfcnassif I have created a specific PR for this: #1929.