Have to refresh the Path in the Event when updating Storage Area
This commit is contained in:
parent
32337c5dbb
commit
1b74aa959b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue