From 4b6e2511fe820a323b2311e2b39910b6b79fcf6a Mon Sep 17 00:00:00 2001
From: Petr Walczysko
Date: Thu, 7 Jul 2022 14:35:32 +0100
Subject: [PATCH] Remove relative reference when it does not work
---
docs/mde_customizeObjects.rst | 4 ++--
docs/mde_customizeView.rst | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/mde_customizeObjects.rst b/docs/mde_customizeObjects.rst
index 3cb5bb3..d407e01 100644
--- a/docs/mde_customizeObjects.rst
+++ b/docs/mde_customizeObjects.rst
@@ -171,7 +171,7 @@ You can specify the different types like:
Value=""
Visible="true" />
- `ComboBox` with values from ontology (OMERO.insight version >= |insight_version|)::
+ `ComboBox` with values from ontology (OMERO.insight version >= 5.5.15)::
- `CheckComboBox` for multiple selection (OMERO.insight version >= |insight_version|)::
+ `CheckComboBox` for multiple selection (OMERO.insight version >= 5.5.15)::
= |insight_version|).
+You can mark fields as required to restrict your input forms to objects with required metadata (OMERO.insight version >= 5.5.15).
We will show in this section how to create a new setup and how to generate customized input forms of available objects in this setup.
Step-by-Step
@@ -55,7 +55,7 @@ Step-by-Step
|mde_customizeView_Customize|
-You can mark any field as required by adding ``Required = "true"`` as an attribute of ``TagDataProp`` (OMERO.insight version >= |insight_version|).
+You can mark any field as required by adding ``Required = "true"`` as an attribute of ``TagDataProp`` (OMERO.insight version >= 5.5.15).
By selecting |mde_required_btn|, you can restrict the displayed objects of the selected setup to those that contain at least one required metadata field::