diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-12-02 17:37:32 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-12-02 17:37:32 +0100 |
commit | 15dd651fb31a937498672be908453570a7a9aaca (patch) | |
tree | 93aab1f4857fc80eabb10d68edee1f4e928a4696 | |
parent | Bug 531257: Wrong error codes in WebServices documentation (diff) | |
download | bugzilla-15dd651fb31a937498672be908453570a7a9aaca.tar.gz bugzilla-15dd651fb31a937498672be908453570a7a9aaca.tar.bz2 bugzilla-15dd651fb31a937498672be908453570a7a9aaca.zip |
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 ae5c32158..5285599ed 100644 --- a/docs/en/xml/administration.xml +++ b/docs/en/xml/administration.xml @@ -2376,6 +2376,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> |