Salome HOME
closeKnowledge operation is performed after logout
authormka <mka@opencascade.com>
Fri, 19 Apr 2013 11:22:07 +0000 (11:22 +0000)
committermka <mka@opencascade.com>
Fri, 19 Apr 2013 11:22:07 +0000 (11:22 +0000)
Workspace/Siman/WebContent/study/displayKnowledge.jsp
Workspace/Siman/src/org/splat/simer/ConnectionAction.java

index 6669b8531298c9491b6cec22903a6f0491f886ba..518ddbb025ec3410f4bf49fe06d632af04cedde0 100644 (file)
@@ -38,6 +38,7 @@
           </td>
 
 <!--      Separator                            -->
+                 <td width=1></td>    <!-- Trick for aligning the vertical separator with the tab -->
           <td width=1 bgcolor=#AAAAAA></td>
 
 <!--      Simulation contexts                  -->
index 4970e14aa0e84e6a48f7e761683ec435f427de73..5fd6a31b1cc50f7e8fb304d57466e1fd5196ead7 100644 (file)
@@ -177,6 +177,7 @@ public class ConnectionAction extends Action {
 
                        this.disconnect(); // Updates the session context
 
+                       closeKnowledge();
                        closeStudy();
                        initializationScreenContext(Constants.NONE);