From f4feb5c0101917ff25eb0ba02bd2ff0d77dc5ec1 Mon Sep 17 00:00:00 2001
From: Tom Titcombe <t.j.titcombe@gmail.com>
Date: Tue, 15 Jan 2019 11:08:28 +0000
Subject: [PATCH] Remove MoveWorkspace as enabled property in SANSLoad

Refs #0
---
 .../plugins/algorithms/WorkflowAlgorithms/SANS/SANSLoad.py    | 3 ---
 docs/source/algorithms/SANSLoad-v1.rst                        | 4 ++--
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/SANS/SANSLoad.py b/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/SANS/SANSLoad.py
index 77b980474ac..27ad3510c46 100644
--- a/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/SANS/SANSLoad.py
+++ b/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/SANS/SANSLoad.py
@@ -42,7 +42,6 @@ class SANSLoad(ParallelDataProcessorAlgorithm):
                              doc="Checks if there are loaded files available. If they are, those files are used.")
 
         # Beam coordinates if an initial move of the workspace is requested
-        enabled_condition = EnabledWhenProperty("MoveWorkspace", PropertyCriterion.IsNotDefault)
         self.declareProperty(FloatArrayProperty(name='BeamCoordinates', values=[]),
                              doc='The coordinates which is used to position the instrument component(s). '
                                  'If the workspaces should be loaded with an initial move, then this '
@@ -52,8 +51,6 @@ class SANSLoad(ParallelDataProcessorAlgorithm):
                              doc='Component that should be moved. '
                                  'If the workspaces should be loaded with an initial move, then this '
                                  'needs to be specified.')
-        self.setPropertySettings("BeamCoordinates", enabled_condition)
-        self.setPropertySettings("Component", enabled_condition)
 
         # ------------
         #  OUTPUT
diff --git a/docs/source/algorithms/SANSLoad-v1.rst b/docs/source/algorithms/SANSLoad-v1.rst
index 67dffa65f4c..6f3281a3f0d 100644
--- a/docs/source/algorithms/SANSLoad-v1.rst
+++ b/docs/source/algorithms/SANSLoad-v1.rst
@@ -83,8 +83,8 @@ The *UseCached* setting will look for appropriate workspaces on the *AnalysisDat
 Move a workspace
 ~~~~~~~~~~~~~~~~
 
-It is possible to perform an initial, instrument-specific move of the selected component. Currently this move mechanism is implemented for **SANS2D**, **LOQ** and **LARMOR**. Other instruments will not be moved.
-If *MoveWorkspace* is selected, then a component and a beam position needs to be selected.
+The algorithm perform an initial, instrument-specific move of the selected component. Currently this move mechanism is implemented for **SANS2D**, **LOQ** and **LARMOR**. Other instruments will not be moved.
+When moving a workspace a component and a beam position.
 
 .. categories::
 
-- 
GitLab