Merge branch 'zmaudit_check_other_storageareas' into storageareas

pull/2562/head
Isaac Connor 2018-11-23 15:16:15 -05:00
commit 1c45f98a65
1 changed files with 2 additions and 1 deletions

View File

@ -537,8 +537,9 @@ MAIN: while( $loop ) {
my $path = $Storage->Path().'/'.$Event->RelativePath();
if ( -e $path ) {
Info("Event $$Event{Id} found at $path instead of $$Event{Path}");
if ( confirm() ) {
if ( confirm('update', 'updating') ) {
$Event->save({StorageId=>$$Storage{Id}});
$Event->Path(undef);# Refresh Path
last;
}
} else {