Merge branch 'zmaudit_check_other_storageareas' into storageareas
commit
1c45f98a65
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue