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

Avoid trying to add deleted files in zip when downloading changes #11992

Merged
merged 6 commits into from
Jan 18, 2024

Conversation

standeren
Copy link
Contributor

@standeren standeren commented Jan 10, 2024

Description

Check for FileStatus deleted before trying to add the content to the zip file when downloading changes.

This will only fix the error but we wont be able to actually present what files the app-developer has deleted.
How we should represent that for the app-dev must be discussed more before implementation. A new issue will be created for that.

Related Issue(s)

  • #{issue number}

Verification

  • Your code builds clean without any errors or warnings
  • Manual testing done (required)

@standeren standeren linked an issue Jan 10, 2024 that may be closed by this pull request
@github-actions github-actions bot added the solution/studio/designer Issues related to the Altinn Studio Designer solution. label Jan 10, 2024
@standeren standeren force-pushed the 11385-downloading-diff-doesnt-work branch from aadfbda to 5388c33 Compare January 10, 2024 10:12
@standeren standeren force-pushed the 11385-downloading-diff-doesnt-work branch from 6850c6f to fff397c Compare January 17, 2024 14:06
@standeren standeren merged commit aa517cb into master Jan 18, 2024
10 checks passed
@standeren standeren deleted the 11385-downloading-diff-doesnt-work branch January 18, 2024 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solution/studio/designer Issues related to the Altinn Studio Designer solution.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Downloading diff doesn't work
2 participants