Project

General

Profile

Bug #42561

Updated by Alfonso Martínez over 4 years ago

When there are bad network conditions, 
 It can be the case that we try to edit an image when we haven't received yet the image data 
 (async operation). 
 Therefore, this error can appear (example from E2E test): 
 > mgr[dashboard] frontend error (http://localhost:11000/#/block/rbd/edit/e2e_images_pool/e2e_images_image): Cannot read > property 'pool_name' 'subscribe' of undefined 
 >    TypeError: Cannot read property 'pool_name' 'subscribe' of undefined 
 >      at RbdFormComponent.push../src/app/ceph/block/rbd-form/rbd-form.component.ts.RbdFormComponent.submit >(http://localhost:11000/default~ceph-block-block-module~ceph-pool-pool-module.js:4053:16)

Back