Skip to content

Commit

Permalink
Option to hide fields on isolate info page and dropdown query lists
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Nov 9, 2022
1 parent 5efffd5 commit 3be9d7c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dbase_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,10 @@ Element content: Field name + optional list <optlist> of allowed values, e.g.::
* Completely ignore field. This is useful if you access a database using
different configuration files and a field is not relevant to a particular
instance. See also :ref:`Over-riding values<system_overrides>`.

* isolate_display

* Set to 'no' to not show field on the isolate information page.

* length

Expand Down Expand Up @@ -931,6 +935,10 @@ Element content: Field name + optional list <optlist> of allowed values, e.g.::
in the curation interface isolate add/update form, but will appear
immediately before and inline with the prefixed field.

* query

* Set to 'no' to exclude field from query drop-down lists.

* regex

* Regular expression used to constrain field values, e.g. regex="^[A-Z].*$"
Expand Down

0 comments on commit 3be9d7c

Please sign in to comment.