blob: 8f3407aa75e84e0c4d4ec29a589f2d746ac39706 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<dt>
<b>[% display_value("bug_status", "READY") FILTER html %]</b>
</dt>
<dd>
This [% terms.bug %] has enough information so that the developer can
start working on a fix. The [% terms.bug %] has the required testcases,
crash data, detailed specs, etc. [% terms.Bugs %] in this state may be
accepted, and become <b>[% display_value("bug_status", "ASSIGNED") FILTER html %]</b>,
passed on to someone else, and remain <b>[% display_value("bug_status", "READY") FILTER html %]</b>,
or resolved and marked <b>[% display_value("bug_status", "RESOLVED") FILTER html %]</b>.
</dd>
|