Skip to content

Commit

Permalink
Load newly created configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
hansva committed Jun 19, 2024
1 parent 1e918a6 commit bec822e
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
package org.apache.hop.vfs.azure.metadatatype;

import org.apache.hop.core.Const;
import org.apache.hop.core.exception.HopException;
import org.apache.hop.core.vfs.HopVfs;
import org.apache.hop.i18n.BaseMessages;
import org.apache.hop.ui.core.PropsUi;
import org.apache.hop.ui.core.metadata.MetadataEditor;
Expand Down Expand Up @@ -193,4 +195,10 @@ public boolean setFocus() {
}
return wName.setFocus();
}

@Override
public void save() throws HopException {
super.save();
HopVfs.reset();
}
}

0 comments on commit bec822e

Please sign in to comment.