Salome HOME
- Set up-to date functionality is implemented;
[tools/siman.git] / Workspace / Siman / src / org / splat / simer / EditDocumentAction.java
index ab8b2fb04ae396775f7079bbf81b388fb99b0c89..a9048035e93d956b609b39c380435af4877a3b55 100644 (file)
@@ -95,7 +95,7 @@ public class EditDocumentAction extends DisplayStudyStepAction {
                                setAction(null);
                        } else if (todo == Execute.accept) {
                                getPublicationService().actualize(doc);
-                               _openStudy.update(doc);
+                               doOpen();       //so pop-up menus of documents depending on this one will be updated
                        } else if (todo == Execute.promote) {
                                getPublicationService().promote(doc,
                                                Calendar.getInstance().getTime());