mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-03 20:55:05 +00:00 
			
		
		
		
	Make sure cache is cleared after transaction deletion.
This commit is contained in:
		@@ -137,6 +137,7 @@ class DeleteController extends Controller
 | 
			
		||||
            Log::debug(sprintf('Now going to trigger updated account event for account #%d', $account->id));
 | 
			
		||||
            event(new UpdatedAccount($account));
 | 
			
		||||
        }
 | 
			
		||||
        app('preferences')->mark();
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        return redirect($this->getPreviousUrl('transactions.delete.url'));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user