Skip to content

Commit

Permalink
[PDI-19784] - Not able to rename a folder from PDI browser inside a c…
Browse files Browse the repository at this point in the history
…ontainer for the VFS connections in 9.4/9.5
  • Loading branch information
bcostahitachivantara committed Oct 20, 2023
1 parent f369eca commit 13ed3a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public boolean removeFile( File parent, File file ) {
public boolean addFile( File parent, File file ) {
if ( fileCache.containsKey( parent ) && !fileCache.containsKey( file ) ) {
fileCache.get( parent ).add( file );
return true;
}
return false;
}
Expand Down

0 comments on commit 13ed3a4

Please sign in to comment.