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 action is still 'Format JSON' instead of 'Restore JSON' when right clicking one formatted json file #8252

Closed v-kellyluo closed 1 month ago

v-kellyluo commented 1 month ago

Storage Explorer Version: 1.36.0-dev (101) Build Number: 20241021.1 Branch: main Platform/OS: Windows11/Linux Ubuntu 22.04/MacOS Sequoia 15.0(Apple M1 Pro) Architecture: arm64/x64/arm64 How Found: From running test cases Regression From: Previous release (1.35.0)

Steps to Reproduce

  1. Expand one storage account -> Blob Containers.
  2. Create a blob container -> Upload a .json file.
  3. Select the .json file -> Click 'Preview'.
  4. Right click the .json file -> Click 'Format JSON' -> Right click the .json file again.
  5. Check whether the action changes to 'Restore JSON'.

Expected Experience

The action changes to 'Restore JSON'. Image

Actual Experience

The action doesn't change to 'Restore JSON'. Image

craxal commented 1 month ago

Duplicate of #8250