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

Modifying the software site "Included Software" settings in the Target Editor doesn't do anything #1255

Open
tivervac opened this issue Apr 26, 2024 · 0 comments · May be fixed by #1256
Open

Comments

@tivervac
Copy link
Contributor

The TP serializer is "smart". It doesn't serialize the entire document every time. Instead, it tries to do a minimal update. For these settings, it does so in TargetDefinition.updateIUContainerElements(). This code compares the old nodes with the new ones, and if any changes were made to the repository or the Installable Units, this is reflected. However, it doesn't look at the location itself.

See the self-explanatory video below. If you're wondering, saving the file does not solve the issue.

Screencast.from.2024-04-26.11-10-59.webm
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 a pull request may close this issue.

1 participant