Skip to content

Commit

Permalink
bug 881625 - wrap signature in [@ ] for bugzilla signature field
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Jun 11, 2013
1 parent 951fd1c commit 7810033
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ <h2>{{ report.product }} {{ report.version }} Crash Report [@ {{ report.signatur
{% if bug_product in bug_product_map %}
{% set bug_product = settings.BUG_PRODUCT_MAP[bug_product] %}
{% endif %}
<a href="https://bugzilla.mozilla.org/enter_bug.cgi?advanced=1&amp;bug_severity=critical&amp;keywords=crash&amp;product={{ bug_product }}&amp;op_sys={{ report.os_name }}&amp;rep_platform={{ report.cpu_name }}&amp;cf_crash_signature={{ report.signature|urlencode }}&amp;short_desc=crash in {{ report.signature|urlencode }}&amp;comment=This bug was filed from the Socorro interface and is %0Areport bp-{{ report.uuid }} .%0A ============================================================= %0A" target="_NEW">{{ bug_product }}</a>
<a href="https://bugzilla.mozilla.org/enter_bug.cgi?advanced=1&amp;bug_severity=critical&amp;keywords=crash&amp;product={{ bug_product }}&amp;op_sys={{ report.os_name }}&amp;rep_platform={{ report.cpu_name }}&amp;cf_crash_signature={{ '[@' | urlencode }} {{ report.signature|urlencode }}{{ ']' | urlencode }}&amp;short_desc=crash in {{ report.signature|urlencode }}&amp;comment=This bug was filed from the Socorro interface and is %0Areport bp-{{ report.uuid }} .%0A ============================================================= %0A" target="_NEW">{{ bug_product }}</a>
{% endfor %}
</p>

Expand Down

0 comments on commit 7810033

Please sign in to comment.