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

SSDM-4678 : Requests can only have one product, added comment

SVN: 38122
parent 36639d57
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ function SampleFormController(mainController, mode, sample) { ...@@ -111,7 +111,7 @@ function SampleFormController(mainController, mode, sample) {
// //
// Parents/Children Links // Parents/Children Links
// //
if(!isCopyWithNewCode && sample.sampleTypeCode !== "REQUEST") { if(!isCopyWithNewCode && sample.sampleTypeCode !== "REQUEST") { // REQUESTS are validated below
if(!_this._sampleFormModel.sampleLinksParents.isValid()) { if(!_this._sampleFormModel.sampleLinksParents.isValid()) {
return; return;
} }
......
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