]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman/src/org/splat/simer/EditDocumentAction.java
Salome HOME
Fix for mantis #0022086: After "rename the document" operation it's impossible to...
[tools/siman.git] / Workspace / Siman / src / org / splat / simer / EditDocumentAction.java
index 795572d80f3447fa2df9efa89e44c779a804abf7..135444c2cbeae4300d52fd8e31f2a12731a889aa 100644 (file)
@@ -75,6 +75,7 @@ public class EditDocumentAction extends DisplayStudyStepAction {
                        if (todo == Execute.renameDocument) {
                                getPublicationService().rename(doc, _title);
                                // Useless to update the document presentation
+                               setAction(null);
                        } else if (todo == Execute.accept) {
                                getPublicationService().actualize(doc);
                                _openStudy.update(doc);