@ -15,6 +15,7 @@ import com.fr.design.i18n.Toolkit;
import com.fr.design.layout.FRGUIPaneFactory ;
import com.fr.design.layout.FRGUIPaneFactory ;
import com.fr.design.layout.VerticalFlowLayout ;
import com.fr.design.layout.VerticalFlowLayout ;
import com.fr.design.mainframe.DesignerContext ;
import com.fr.design.mainframe.DesignerContext ;
import com.fr.design.mainframe.DesignerFrameFileDealerPane ;
import com.fr.design.mainframe.vcs.VcsExceptionUtils ;
import com.fr.design.mainframe.vcs.VcsExceptionUtils ;
import com.fr.design.mainframe.vcs.common.VcsHelper ;
import com.fr.design.mainframe.vcs.common.VcsHelper ;
import com.fr.design.utils.DesignUtils ;
import com.fr.design.utils.DesignUtils ;
@ -462,6 +463,7 @@ public class VcsMovePanel extends BasicPane {
initSuccessPane ( ) ;
initSuccessPane ( ) ;
VcsMovePanel . this . getParentCard ( ) . show ( getParentPane ( ) , SUCCESS ) ;
VcsMovePanel . this . getParentCard ( ) . show ( getParentPane ( ) , SUCCESS ) ;
VcsHelper . getInstance ( ) . updateLegacyMode ( ) ;
VcsHelper . getInstance ( ) . updateLegacyMode ( ) ;
DesignerFrameFileDealerPane . getInstance ( ) . refreshDockingView ( ) ;
} else {
} else {
initFailedPane ( detail ) ;
initFailedPane ( detail ) ;
VcsMovePanel . this . getParentCard ( ) . show ( getParentPane ( ) , FAILED ) ;
VcsMovePanel . this . getParentCard ( ) . show ( getParentPane ( ) , FAILED ) ;