Have to refresh the Path in the Event when updating Storage Area

This commit is contained in:
Isaac Connor 2018-11-23 15:15:51 -05:00
parent 32337c5dbb
commit 1b74aa959b
1 changed files with 1 additions and 0 deletions

View File

@ -539,6 +539,7 @@ MAIN: while( $loop ) {
Info("Event $$Event{Id} found at $path instead of $$Event{Path}"); Info("Event $$Event{Id} found at $path instead of $$Event{Path}");
if ( confirm('update', 'updating') ) { if ( confirm('update', 'updating') ) {
$Event->save({StorageId=>$$Storage{Id}}); $Event->save({StorageId=>$$Storage{Id}});
$Event->Path(undef);# Refresh Path
last; last;
} }
} else { } else {