microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
377 stars 87 forks source link

The tags for a key-value disappear after opening the edit key-value dialog and saving it without making any changes #8296

Closed v-xianya closed 4 days ago

v-xianya commented 1 week ago

Storage Explorer Version: 1.37.0-dev (103) Build Number: 20241115.2 Branch: main Platform/OS: Windows11/Windows 10/Linux Ubuntu 22.04/MacOS Sonoma 14.6(Apple M1 Pro) Architecture: arm64/x64/x64/arm64 How Found: From running test cases Regression From: Not a regression

Steps to Reproduce

  1. Expand 'App Configurations' node -> Open one app configuration.
  2. Add one key-value, then right click it -> Click 'Edit Tags...'.
  3. Add one tag to the key-value.
  4. Select the key-value -> Click 'Edit'.
  5. Without making any changes -> Click 'Save'.
  6. Check whether the tag for the key-value shows well.

Expected Experience

The tag for the key-value shows well. Image

Actual Experience

The tag for the key-value disappears. Image

JasonYeMSFT commented 6 days ago

We should make the edit settings operation preserve the most up to date tags value that the client has received.

v-xianya commented 4 days ago

Verified this issue on the main build 20241117.1. Fixed. So, we are going to close it.