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

api: extended: Select target with all apps when running an apps sync #360

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

detsch
Copy link
Member

@detsch detsch commented Oct 14, 2024

Previous code was using the current target object, which is based on the current running system, and may not contain all available apps. This could lead to an issue where the apps sync update fails later on in the online case, since equality between the latest available and selected target is checked, and all apps must be included.

Previous code was using the current target object, which is based on the
current running system, and may not contain all available apps.
This could lead to an issue where the apps sync update fails later on in
the online case, since equality between the latest available and
selected target is checked, and all apps must be included.

Signed-off-by: Andre Detsch <[email protected]>
@detsch detsch requested a review from mike-sul October 14, 2024 18:55
@detsch detsch merged commit ef8bbd3 into master Oct 16, 2024
4 checks passed
@detsch detsch deleted the detsch-fix-app-sync-target branch October 16, 2024 14:20
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.

2 participants