From 1b74aa959b7a1d88d7d6b6c2f53e5c58a9f30a37 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 23 Nov 2018 15:15:51 -0500 Subject: [PATCH] Have to refresh the Path in the Event when updating Storage Area --- scripts/zmaudit.pl.in | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/zmaudit.pl.in b/scripts/zmaudit.pl.in index cbfb0e923..678c07d3c 100644 --- a/scripts/zmaudit.pl.in +++ b/scripts/zmaudit.pl.in @@ -539,6 +539,7 @@ MAIN: while( $loop ) { Info("Event $$Event{Id} found at $path instead of $$Event{Path}"); if ( confirm('update', 'updating') ) { $Event->save({StorageId=>$$Storage{Id}}); + $Event->Path(undef);# Refresh Path last; } } else {