pollination-react-io 1.73.6 → 1.73.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45123,7 +45123,7 @@ var CreateStudy = function (_a) {
45123
45123
  var jobName_1 = toUnixPath(projectJobInfo.studyId).split('/').reverse()[0];
45124
45124
  // Path is the full path of the local machine where the run input/output are
45125
45125
  setTimeout(function () {
45126
- window.location.href = "".concat(basePath, "/").concat(projectJobInfo.accountName, "/projects/").concat(projectJobInfo.projectName, "/localStudies/").concat(jobName_1, "/?path=").concat(projectJobInfo.studyId);
45126
+ window.location.href = "".concat(basePath, "/").concat(projectJobInfo.accountName, "/projects/").concat(projectJobInfo.projectName, "/localStudies/").concat(jobName_1, "/?path=").concat(projectJobInfo.studyId, "&studyName=").concat(projectJobInfo.jobName);
45127
45127
  }, 3000);
45128
45128
  }
45129
45129
  };
@@ -49249,6 +49249,7 @@ var RunCard = function (_a) {
49249
49249
  window.location.href = "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id, "/runs/").concat(run.id);
49250
49250
  }
49251
49251
  else {
49252
+ // No studyName. Only completed run are visible in the list
49252
49253
  window.location.href = "/".concat(projectOwner, "/projects/").concat(projectName, "/localStudies/").concat(localStudyURLname, "/?path=").concat(_run.id, "&subfolder=").concat(_run['subfolder']);
49253
49254
  }
49254
49255
  } },