cat-cfs / twobilliontoolkit

This repo stands as a singular place for all the tools that will be developed for the processing of 2 Billion Trees data and information
MIT License
1 stars 0 forks source link

Site Mapper Site ID filter bug #27

Closed AnthonyRodway closed 6 months ago

AnthonyRodway commented 6 months ago

When the user has both a item selected in the project number filter and the site id filter, but then changes the project number filter it does not show anything in the data grid.

This is happeneing because of the triggers on the filter combo boxes (to change the items in the datagrid when the filters are changed) when the project number filter is changed, it sets the default value of the site id filter to "" which then triggers the site id filter function and double runs it.

Logic may need to change a bit to fix this.

AnthonyRodway commented 6 months ago

Change contained in this commit: https://github.com/cat-cfs/twobilliontoolkit/commit/88d049e98ba42121f9dd2f6745f24c34d2f0c4a7

This is on the Batch-SiteMapper branch.

Changes: