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

SSDM-4174 : rename into -> in.

SVN: 37851
parent e6e374d7
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,7 @@ function SampleTableView(sampleTableController, sampleTableModel) { ...@@ -133,7 +133,7 @@ function SampleTableView(sampleTableController, sampleTableModel) {
$list.append($batchUpdateOption); $list.append($batchUpdateOption);
var expKindName = ELNDictionary.getExperimentKindName(_this._sampleTableModel.experimentIdentifier, false); var expKindName = ELNDictionary.getExperimentKindName(_this._sampleTableModel.experimentIdentifier, false);
var $searchCollectionOption = $("<li>", { 'role' : 'presentation' }).append($("<a>", {'title' : 'Search Into ' + expKindName }).append('Search Into ' + expKindName)); var $searchCollectionOption = $("<li>", { 'role' : 'presentation' }).append($("<a>", {'title' : 'Search in ' + expKindName }).append('Search in ' + expKindName));
$searchCollectionOption.click(function() { $searchCollectionOption.click(function() {
var sampleRules = { "UUIDv4" : { type : "Experiment", name : "ATTR.PERM_ID", value : _this._sampleTableModel.experiment.permId } }; var sampleRules = { "UUIDv4" : { type : "Experiment", name : "ATTR.PERM_ID", value : _this._sampleTableModel.experiment.permId } };
......
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