mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-30 02:02:43 +00:00 
			
		
		
		
	backport of UI: prevent replication disable action from sending payload (#24295)
Co-authored-by: Chelsea Shaw <82459713+hashishaw@users.noreply.github.com>
This commit is contained in:
		 hc-github-team-secure-vault-core
					hc-github-team-secure-vault-core
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							4e676c55a1
						
					
				
				
					commit
					02edc12981
				
			
							
								
								
									
										3
									
								
								changelog/24292.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								changelog/24292.txt
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| ```release-note:bug | ||||
| ui: Fix payload sent when disabling replication | ||||
| ``` | ||||
| @@ -4,4 +4,11 @@ import layout from '../templates/components/replication-action-disable'; | ||||
| export default Actions.extend({ | ||||
|   layout, | ||||
|   tagName: '', | ||||
|  | ||||
|   actions: { | ||||
|     onSubmit(replicationMode, clusterMode, evt) { | ||||
|       // No data is submitted for disable request | ||||
|       return this.onSubmit(replicationMode, clusterMode, null, evt); | ||||
|     }, | ||||
|   }, | ||||
| }); | ||||
|   | ||||
| @@ -28,8 +28,8 @@ | ||||
|   @isActive={{this.isModalActive}} | ||||
|   @confirmText={{this.model.replicationModeForDisplay}} | ||||
|   @toConfirmMsg="disabling {{this.model.replicationModeForDisplay}} Replication on this cluster" | ||||
|   @onConfirm={{action | ||||
|     "onSubmit" | ||||
|   @onConfirm={{fn | ||||
|     (action "onSubmit") | ||||
|     "disable" | ||||
|     (if (eq this.model.replicationAttrs.modeForUrl "bootstrapping") this.mode this.model.replicationAttrs.modeForUrl) | ||||
|   }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user