Bug 652294

Summary: bug 637069 Status fields look weird
Product: [Community] Bugzilla Reporter: Paolo Bonzini <pbonzini>
Component: User InterfaceAssignee: PnT DevOps Devs <hss-ied-bugs>
Status: CLOSED DUPLICATE QA Contact: tools-bugs <tools-bugs>
Severity: medium Docs Contact:
Priority: low    
Version: 3.4CC: pbonzini
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-10-09 07:23:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Paolo Bonzini 2010-11-11 15:16:23 UTC
Description of problem:
In bug 637069 the Status field (which is CLOSED/ERRATA) looks weird.  The CLOSED part is not editable (which may be okay, though I'll point out that it is different from other bugs in CLOSED/ERRATA state) and after "ERRATA" you can see the "of [textbox]" part that should only be there for duplicate bugs.

HTML code confirms that part of the "duplicate" template is being used:

    <a name="bug_status_bottom"></a><div id="status">CLOSED
    <input type="hidden" name="bug_status" value="CLOSED">
    <noscript><br>resolved&nbsp;as&nbsp;</noscript>
    <span id="resolution_settings"><select id="resolution" 
                name="resolution">
          [...]
    </select>

    [...]

    <noscript><br> duplicate</noscript>
    <span id="duplicate_settings">of
      <span id="dup_id_container" class="bz_default_hidden">&lt;missing
        bug number&gt; (<a href="#" id="dup_id_edit_action">edit</a>)
      </span><input id="dup_id" name="dup_id" size="6" value="">
    </span>

Comment 1 Jeff Fearn 🐞 2012-05-30 04:41:20 UTC
As part of the recent Bugzilla 2.4 upgrade the Bugzilla team are cleaning up bugs opened against old versions of Bugzilla. This bug has been flagged as an old bug and will be CLOSED WONTFIX in 7 days time.

If you believe this bug is an issue in the latest Bugzilla version please comment on this bug within 7 days. Doing so will ensure this bug is not closed automatically.

Thanks, the Bugzilla team.

Comment 2 Paolo Bonzini 2012-05-30 07:26:32 UTC
Still reproducible.

Comment 3 Simon Green 2012-06-20 06:15:25 UTC
CLOSED ... resolved as ERRATA ... duplicate of _____ is the expected output if you have Javascript disabled. This allows you to change the bug from CLOSED ERRATA to CLOSED DUPLICATE. Having the three parts on separate lines makes it easier to understand (hopefully)

  -- simon

Comment 4 Paolo Bonzini 2012-07-02 10:02:31 UTC
Except I do have Javascript enabled.

Comment 5 Simon Green 2012-10-09 07:23:12 UTC

*** This bug has been marked as a duplicate of bug 822804 ***