Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/3747/no reload on deleting invisible map #3788

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

BenediktMehl
Copy link
Collaborator

no reload on deleting invisible map

{Issue/Closes}: #3747

Description

When deleting an invisible map/file, the visible maps are not reloaded.

I decided to implement a custom compare mechanism, instead of dividing the "files" Attribute of the CcModel into "visibleFiles" and "invisibleFiles". I did this, because that would mean a lot of new logic that would have to search for the files in both fields, remove files from arrays, add files to arrays,... which seemed too complex and too inperformant for me.

Definition of Done

A PR is only ready for merge once all the following acceptance criteria are fulfilled:

  • Changes have been manually tested
  • All TODOs related to this PR have been closed
  • There are automated tests for newly written code and bug fixes
  • All bugs discovered while working on this PR have been submitted as issues (if not already an open issue)
  • Documentation (GH-pages, analysis/visualization READMEs, parser READMEs, --help, etc.) has been updated (almost always necessary except for bug fixes)
  • CHANGELOG.md has been updated

Screenshots or gifs

@BenediktMehl BenediktMehl force-pushed the fix/3747/no-reload-on-deleting-invisible-map branch from d8e07af to eebda6e Compare October 17, 2024 13:46
Copy link

sonarcloud bot commented Oct 17, 2024

Copy link

sonarcloud bot commented Oct 17, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant