From fb07343cdd31d7fa9fd4304141aa9a2938575a49 Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Thu, 29 Feb 2024 22:17:49 +0000 Subject: [PATCH] Fix errors introduced by refactoring of taskSubmitter I removed some defunct properties - this introduced a couple of problems, which are resolved by: * no longer checking for fastAutofocusUri * removing the unused prop availablePlugins from the calibration modal --- webapp/src/components/modalComponents/calibrationModal.vue | 7 ------- .../navigateComponents/paneNavigate.vue | 2 +- .../CSMSettingsComponents/CSMCalibrationSettings.vue | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/webapp/src/components/modalComponents/calibrationModal.vue b/webapp/src/components/modalComponents/calibrationModal.vue index 6ecc9d55..201e6c67 100644 --- a/webapp/src/components/modalComponents/calibrationModal.vue +++ b/webapp/src/components/modalComponents/calibrationModal.vue @@ -160,13 +160,6 @@ export default { miniStreamDisplay }, - props: { - availablePlugins: { - type: Array, - required: true - } - }, - data: function() { return { ready: false, diff --git a/webapp/src/components/tabContentComponents/navigateComponents/paneNavigate.vue b/webapp/src/components/tabContentComponents/navigateComponents/paneNavigate.vue index 36d92fe2..1dd70691 100644 --- a/webapp/src/components/tabContentComponents/navigateComponents/paneNavigate.vue +++ b/webapp/src/components/tabContentComponents/navigateComponents/paneNavigate.vue @@ -132,7 +132,7 @@ -
  • +
  • Autofocus
    diff --git a/webapp/src/components/tabContentComponents/settingsComponents/CSMSettingsComponents/CSMCalibrationSettings.vue b/webapp/src/components/tabContentComponents/settingsComponents/CSMSettingsComponents/CSMCalibrationSettings.vue index 52ff6bc9..5c9d02c4 100644 --- a/webapp/src/components/tabContentComponents/settingsComponents/CSMSettingsComponents/CSMCalibrationSettings.vue +++ b/webapp/src/components/tabContentComponents/settingsComponents/CSMSettingsComponents/CSMCalibrationSettings.vue @@ -9,7 +9,7 @@ :confirmation-message=" 'Start recalibration of the stage to the camera? This may take a while, and the microscope will be locked during this time.' " - thing="camera_stage_mapper" + thing="camera_stage_mapping" action="calibrate_xy" :submit-label="'Auto-Calibrate using camera'" :modal-progress="true"