Closed Bug 576871 Opened 15 years ago Closed 15 years ago

Build Identifier not always filled in automatically

Categories

(Bugzilla :: Creating/Changing Bugs, defect)

defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: mgol, Assigned: gerv)

Details

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.6) Gecko/20100628 Ubuntu/10.04 (lucid) Firefox/3.6.6 Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.6) Gecko/20100628 Ubuntu/10.04 (lucid) Firefox/3.6.6 Build Identifier during the bug reporting process is not filled in automatically. I remember that it worked before, now I have to Ctrl+C/Ctrl+V the string myself. Reproducible: Always Steps to Reproduce: 1.Open a new bug report form in Bugzilla. Actual Results: Build Identifier is not filled automatically. Expected Results: Build Identifier should be filled automatically (from the User Agent string).
239 [% IF product.name.match("Firefox|Camino|Mozilla Application Suite") %] 240 [% matches = cgi.user_agent('Gecko/(\d+)') %] 241 [% buildid = cgi.user_agent() IF matches %] The code only applies for certain products. Bugzilla isn't one of them. I'm not quite sure why *Core and Toolkit are excluded.
Assignee: general → gerv
Component: Bugzilla-General → Creating/Changing Bugs
OS: Linux → All
Hardware: x86_64 → All
Yeah, You're right, my bad. I guess core is excluded because I might want to report a bug for Thunderbird core version so it's not filled in with Firefox's one by default. I'm closing it.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.