ui: datastore/OptionView: only navigate up when we removed the datastore
and not on window close Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
		
				
					committed by
					
						 Thomas Lamprecht
						Thomas Lamprecht
					
				
			
			
				
	
			
			
			
						parent
						
							3f5fbc5620
						
					
				
				
					commit
					82cae19d19
				
			| @ -33,13 +33,11 @@ Ext.define('PBS.Datastore.Options', { | ||||
| 		note: gettext('Configuration change only, no data will be deleted.'), | ||||
| 		autoShow: true, | ||||
| 		taskName: 'delete-datastore', | ||||
| 		listeners: { | ||||
| 		    destroy: () => { | ||||
| 			let navtree = Ext.ComponentQuery.query('navigationtree')[0]; | ||||
| 			navtree.rstore.load(); | ||||
| 			let mainview = me.getView().up('mainview'); | ||||
| 			mainview.getController().redirectTo('pbsDataStores'); | ||||
| 		    }, | ||||
| 		apiCallDone: (success) => { | ||||
| 		    let navtree = Ext.ComponentQuery.query('navigationtree')[0]; | ||||
| 		    navtree.rstore.load(); | ||||
| 		    let mainview = me.getView().up('mainview'); | ||||
| 		    mainview.getController().redirectTo('pbsDataStores'); | ||||
| 		}, | ||||
| 	    }); | ||||
| 	}, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user