Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
5ce017da
Commit
5ce017da
authored
Nov 22, 2006
by
lpsolit%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs for bug 281876: There is now a UI to edit legal values - Patch by me, r=justdave
parent
a1221099
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
51 additions
and
1 deletion
+51
-1
administration.xml
docs/xml/administration.xml
+51
-1
No files found.
docs/xml/administration.xml
View file @
5ce017da
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment