bicarbon8/shortlist-it

when Criteria are deleted any Entries with selected values for it should be cleaned up

Closed this issue · 0 comments

Description:
when Criteria are removed the Entries will still contain references to the criteriaName in their values Map<string, Array<string>. this should be scrubbed to remove those references to prevent memory leaks

Changes Needed:

  • on save of Criteria check all entries for references to Criteria that do not exist and prune these entries from the values Map<string, Array<string>>