diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2011-12-08 21:01:57 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2011-12-08 21:01:57 +0100 |
commit | 60fb0c9b84f771a16a8abed0e1847b409b197217 (patch) | |
tree | 91630354cc75f081c38a95a30907e9aa2647bc13 /docs/en | |
parent | 720db163b9814b294b163347d994e513b8771ae7 (diff) | |
parent | 62410084926e1473c903c43b53d09c99311746c2 (diff) | |
download | bugzilla-60fb0c9b84f771a16a8abed0e1847b409b197217.tar.gz bugzilla-60fb0c9b84f771a16a8abed0e1847b409b197217.tar.xz |
merged with bugzilla/4.2
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/administration.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml index 4b7189755..cabb772d2 100644 --- a/docs/en/xml/administration.xml +++ b/docs/en/xml/administration.xml @@ -2365,6 +2365,11 @@ ReadOnly: ENTRY, NA/NA, CANEDIT several types available: <simplelist> <member> + Bug ID: A field where you can enter the ID of another bug from + the same Bugzilla installation. To point to a bug in a remote + installation, use the See Also field instead. + </member> + <member> Large Text Box: A multiple line box for entering free text. </member> <member> @@ -2427,6 +2432,16 @@ ReadOnly: ENTRY, NA/NA, CANEDIT be displayed at all. Obsolete Custom Fields are hidden. </para> </listitem> + + <listitem> + <para> + <emphasis>Is mandatory:</emphasis> + Boolean that determines whether this field must be set. + For single and multi-select fields, this means that a (non-default) + value must be selected, and for text and date fields, some text + must be entered. + </para> + </listitem> </itemizedlist> </para> </section> |