summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-11-22 08:39:10 +0100
committerlpsolit%gmail.com <>2006-11-22 08:39:10 +0100
commit5ce017daa5161312df1e4735402a2ea50299eb7f (patch)
tree28d332f1ff57901acd7a7db2fa599459f832718c /docs
parenta12210999034237f3762d5016cc0412da61390fe (diff)
downloadbugzilla-5ce017daa5161312df1e4735402a2ea50299eb7f.tar.gz
bugzilla-5ce017daa5161312df1e4735402a2ea50299eb7f.tar.xz
Docs for bug 281876: There is now a UI to edit legal values - Patch by me, r=justdave
Diffstat (limited to 'docs')
-rw-r--r--docs/xml/administration.xml52
1 files changed, 51 insertions, 1 deletions
diff --git a/docs/xml/administration.xml b/docs/xml/administration.xml
index 284b9da98..e9d48804e 100644
--- a/docs/xml/administration.xml
+++ b/docs/xml/administration.xml
@@ -1214,7 +1214,57 @@
<!-- XXX We should add a "Uses of Flags" section, here, with examples. -->
</section> <!-- flags -->
-
+
+ <section id="edit-values">
+ <title>Legal Values</title>
+
+ <para>
+ Since Bugzilla 2.20 RC1, legal values for Operating Systems, platforms,
+ bug priorities and severities can be edited from the User Interface
+ directly. This means that it is no longer required to manually edit
+ <filename>localconfig</filename>. Starting with Bugzilla 2.23.3, you
+ can also customize the list of valid resolutions from the same interface.
+ </para>
+
+ <section id="edit-values-list">
+ <title>Viewing/Editing legal values</title>
+ <para>
+ Editing legal values requires <quote>admin</quote> privileges.
+ A link named <quote>Field Values</quote> is visible in your footer and
+ clicking on it displays the list of fields whose values can be edited.
+ </para>
+ <para>
+ You can add as many legal values as you want, and each value must be
+ unique (on a per field basis). The sortkey is important to display these
+ values in the desired order.
+ </para>
+ </section>
+
+ <section id="edit-values-delete">
+ <title>Deleting legal values</title>
+ <para>
+ You can also delete legal values, but only if the two following conditions
+ are respected:
+ </para>
+
+ <orderedlist>
+ <listitem>
+ <para>The value is not used by default for the field.</para>
+ </listitem>
+
+ <listitem>
+ <para>No bug is currently using this value.</para>
+ </listitem>
+ </orderedlist>
+
+ <para>
+ If any of these conditions is not respected, the value cannot be deleted.
+ The only way to delete these values is to reassign bugs to another value
+ and to set another value as default for the field.
+ </para>
+ </section>
+ </section>
+
<section id="voting">
<title>Voting</title>