diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-12-02 17:33:58 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-12-02 17:33:58 +0100 |
commit | 77f14b251a0c76cd409df6deecd5735d5ee3ba8e (patch) | |
tree | 65b46d9b12e95d55ce6732db42663d1a50213d5d | |
parent | e58b559cf699ffb716b9c429c5e0f361e4cd38b1 (diff) | |
download | bugzilla-77f14b251a0c76cd409df6deecd5735d5ee3ba8e.tar.gz bugzilla-77f14b251a0c76cd409df6deecd5735d5ee3ba8e.tar.xz |
Bug 591610: Custom field doc doesn't include 'Bug ID' type
r=timello a=LpSolit
-rw-r--r-- | docs/en/xml/administration.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml index 71fd45bd1..a21f7c8b3 100644 --- a/docs/en/xml/administration.xml +++ b/docs/en/xml/administration.xml @@ -2367,6 +2367,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> |