Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove relative reference when it does not work #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/mde_customizeObjects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)::

<TagData DefaultValues=""
Name="Tag of Type ComboBox val from ontology href"
Expand All @@ -182,7 +182,7 @@ You can specify the different types like:
<Ontology URL_restapi="http://data.bioontology.org" Acronym="BAO" ID_href="http://www.bioassayontology.org/bao#BAO_0150008" />
</TagData>

`CheckComboBox` for multiple selection (OMERO.insight version >= |insight_version|)::
`CheckComboBox` for multiple selection (OMERO.insight version >= 5.5.15)::

<TagData DefaultValues="Value1,Value2,Value3"
Name="Tag of Type CheckComboBox"
Expand Down
4 changes: 2 additions & 2 deletions docs/mde_customizeView.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description
-----------

You can generate a filter view of the sets of objects. Also you can hide properties for objects and change the default unit.
You can mark fields as required to restrict your input forms to objects with required metadata (OMERO.insight version >= |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
Expand Down Expand Up @@ -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::

<MDEObjects>
Expand Down