]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman/src/org/splat/simer/CopyStudyAction.java
Salome HOME
Validation of the screens' input fields are implemented.
[tools/siman.git] / Workspace / Siman / src / org / splat / simer / CopyStudyAction.java
index edd7643621d5a7092f97928fb3a10609987cfdd1..549deb4d678a7a9f9a868092ffc7171fd5bcb5c5 100644 (file)
@@ -107,7 +107,7 @@ public class CopyStudyAction extends NewStudyAction {
                List<Proxy> studies = getSearchService().selectStudiesWhere(filter);
 
                // Fill the studies list
-               _studies.put(0L, "");
+               _studies.put(null, "");
                for (Proxy study : studies) {
                        _studies.put(study.getIndex(), study.getTitle());
                }