)]}'
{"src/pages/storage/containers/Volume/actions/ChangeType.jsx":[{"author":{"_account_id":30434,"name":"Jingwei.Zhang","email":"zhang.jingwei@algoblu.com","username":"jwzhang"},"change_message_id":"93b86eb6aabfbb721c6858299da5b7383c14bb16","unresolved":true,"context_lines":[{"line_number":97,"context_line":"    const { new_type } \u003d values;"},{"line_number":98,"context_line":""},{"line_number":99,"context_line":"    try {"},{"line_number":100,"context_line":"      const { snapshots \u003d [] } \u003d await client.cinder.snapshots.list({"},{"line_number":101,"context_line":"        volume_id: id,"},{"line_number":102,"context_line":"      });"},{"line_number":103,"context_line":"      const invalidStatuses \u003d [\u0027error\u0027, \u0027error_deleting\u0027, \u0027deleting\u0027];"}],"source_content_type":"text/jsx","patch_set":1,"id":"d974df37_7e3ce32b","line":100,"range":{"start_line":100,"start_character":39,"end_line":100,"end_character":67},"updated":"2026-02-11 09:52:15.000000000","message":"Can we use `globalSnapshotStore` or `new SnapshotStore()` to fetch the snapshots? It\u0027s better to use stores to fetch data instead of calling client.xxx.yyy directly in the action code.\n\n\n```\nimport globalSnapshotStore from \u0027stores/cinder/snapshot\u0027;\nconst { snapshots \u003d [] } \u003d await globalSnapshotStore.fetchList({id});\n```","commit_id":"2e04bdd98bd674349db8c270881f825262f7afcd"},{"author":{"_account_id":34517,"name":"Sowmya Nethi","email":"sowmya.kamavaram@rackspace.com","username":"sowmya.kamavaram"},"change_message_id":"f7c841f518340cbcee645de155d920786a63012b","unresolved":false,"context_lines":[{"line_number":97,"context_line":"    const { new_type } \u003d values;"},{"line_number":98,"context_line":""},{"line_number":99,"context_line":"    try {"},{"line_number":100,"context_line":"      const { snapshots \u003d [] } \u003d await client.cinder.snapshots.list({"},{"line_number":101,"context_line":"        volume_id: id,"},{"line_number":102,"context_line":"      });"},{"line_number":103,"context_line":"      const invalidStatuses \u003d [\u0027error\u0027, \u0027error_deleting\u0027, \u0027deleting\u0027];"}],"source_content_type":"text/jsx","patch_set":1,"id":"656667e6_4141b68c","line":100,"range":{"start_line":100,"start_character":39,"end_line":100,"end_character":67},"in_reply_to":"d974df37_7e3ce32b","updated":"2026-02-11 13:22:17.000000000","message":"Done","commit_id":"2e04bdd98bd674349db8c270881f825262f7afcd"}]}
