taggit-tacc / taggit

2 stars 1 forks source link

Tags not deleting right away #74

Closed haramkoo closed 2 years ago

haramkoo commented 2 years ago

Bug

Background: When a tag is created successfully and stored in the backend, one needs to delete it twice (while one is on the same session [the same session means not refreshing the page]) for it to be reflected correctly on the tag list display.

Area to look into: The one possible area I can think of is geoDataService.getFeatures().

haramkoo commented 2 years ago

After refactoring tags into feature.service.ts, this bug has been resolved.