Ensure attachments that are added on edit cipher screen can be retrieved.
Code changes
src/Core/Services/CipherService.cs: Although attachments added on edit cipher screen are updated on server, that state isn't applied to the cipher in memory. This ensures that the current cipher has the updated attachments.
Screenshots
Before you submit
Please check for formatting errors (dotnet format --verify-no-changes) (required)
Please add unit tests where it makes sense to do so (encouraged but not required)
If this change requires a documentation update - notify the documentation team
If this change has particular deployment requirements - notify the DevOps team
Type of change
Objective
Ensure attachments that are added on edit cipher screen can be retrieved.
Code changes
Screenshots
Before you submit
dotnet format --verify-no-changes
) (required)