Add flash message when upgrade execution completes (pass or fail)
This commit is contained in:
		
							parent
							
								
									b5effaa01b
								
							
						
					
					
						commit
						37d4ef751c
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -417,6 +417,8 @@ class UpgradeView(MasterView):
 | 
			
		|||
        self.handler.mark_executing(upgrade)
 | 
			
		||||
        session.commit()
 | 
			
		||||
        self.handler.do_execute(upgrade, user, **kwargs)
 | 
			
		||||
        return ("Execution has finished, for better or worse.  "
 | 
			
		||||
                "You may need to restart your web app.")
 | 
			
		||||
 | 
			
		||||
    def execute_progress(self):
 | 
			
		||||
        upgrade = self.get_instance()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue