Skip to content
Snippets Groups Projects
Commit a43fd8e7 authored by juanf's avatar juanf
Browse files

SSDM-1964 : Better error message. (ongoing work)

SVN: 35083
parent 21677d71
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ function StorageManagerController(mainController) { ...@@ -44,7 +44,7 @@ function StorageManagerController(mainController) {
var isMultiplePosition = data.properties[newStoragePropertyGroup.positionProperty].split(" ").length > 1; var isMultiplePosition = data.properties[newStoragePropertyGroup.positionProperty].split(" ").length > 1;
if(isMultiplePosition) { if(isMultiplePosition) {
var errorMsg = "Multiple position support is not implemented on the manager, please use the sample form for this."; var errorMsg = "Multiple position Samples are not supported by the manager, please use the sample form for this.";
Util.showError(errorMsg); Util.showError(errorMsg);
throw errorMsg; throw errorMsg;
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment