From c756c0c6acbc9d399b20e862ccce9897f4eb343c Mon Sep 17 00:00:00 2001
From: Jay Rainey <jawrainey@gmail.com>
Date: Wed, 11 Jun 2014 11:43:55 +0100
Subject: [PATCH] Add note regarding disabled publish dialog. Refs #9585.

- This is to make it clear to the user why the catalog publish dialog is disabled.
---
 Code/Mantid/docs/source/algorithms/CatalogPublish-v1.rst | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/Code/Mantid/docs/source/algorithms/CatalogPublish-v1.rst b/Code/Mantid/docs/source/algorithms/CatalogPublish-v1.rst
index d25b14eb027..c70cbe69e18 100644
--- a/Code/Mantid/docs/source/algorithms/CatalogPublish-v1.rst
+++ b/Code/Mantid/docs/source/algorithms/CatalogPublish-v1.rst
@@ -9,9 +9,13 @@
 Description
 -----------
 
-This algorithm allows a user (who is logged into a catalog) to publish datafiles or workspaces to investigations of which they are an investigator.
+This algorithm allows a user (who is logged into a catalog) to
+publish datafiles or workspaces to investigations of which they
+are an investigator.Datafiles and workspaces that are published
+are automatically made private.
+This means only investigators of that investigation can view them.
 
-Datafiles and workspaces that are published are automatically made private. This means only investigators of that investigation can view them.
+**Note:** the catalog publish dialog is disabled if you are not an investigator on any investigations. This prevents attempts to publish to investigations of which you do not have access, which would result in an error.
 
 Parameters Note
 ###############
-- 
GitLab