CascadesCarnivoreProject / Carnassial

Carnassial: Simplifying Remote Camera Data
Other
3 stars 0 forks source link

DialogCustomViewFilter crashes after a checkbox is ticked #56

Closed saulgreenberg closed 8 years ago

saulgreenberg commented 8 years ago

This currently happens in this.customFilter.QueryHasMultipleSelectedSearchTerms(), likely because the QueryHasMultipleSelectedSearchTerms method uses incorrect indexing.

saulgreenberg commented 8 years ago

Bug Fixed: DialogCustomViewFilter now works correctly (issue was SearchTermList was not correctly accessed by the appropriate indeces. Fixed in multiple locations)