-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Milestone
Description
ISSUE TYPE
- Bug Report
COMPONENT NAME
UI
CLOUDSTACK VERSION
4.13
CONFIGURATION
OS / ENVIRONMENT
SUMMARY
Error when resizing root volume
STEPS TO REPRODUCE
Make sure to hard refresh the page first.
* Create an instance
* Navigate to storage
* Try to resize the root volume of the instance.
This error does not happen if you have resized a non-root volume before trying to resize a root volume.
EXPECTED RESULTS
Root volume is resized
ACTUAL RESULTS
Error
```
Uncaught TypeError: Cannot read property 'iscustomized' of null
at Object.action (storage.js:1578)
at performAction (detailView.js:215)
at Object.after (detailView.js:339)
at complete (dialog.js:924)
at HTMLDivElement.click (dialog.js:103)
at HTMLButtonElement.<anonymous> (jquery-ui.js:12443)
at HTMLButtonElement.dispatch (jquery.js:5183)
at HTMLButtonElement.elemData.handle (jquery.js:4991)
action @ storage.js:1578
performAction @ detailView.js:215
after @ detailView.js:339
complete @ dialog.js:924
click @ dialog.js:103
(anonymous) @ jquery-ui.js:12443
dispatch @ jquery.js:5183
elemData.handle @ jquery.js:4991
```