Bug 42525

Summary: BUGZILLAASSISTANT: Links to related bugs do not work
Product: LibreOffice Reporter: Rainer Bielefeld Retired <LibreOffice>
Component: WWWAssignee: Loic Dachary <loic>
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: high CC: LibreOffice
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard: BSA
i915 platform: i915 features:

Description Rainer Bielefeld Retired 2011-11-02 10:46:50 UTC
Steps to reproduce:
1. <https://www.libreoffice.org/>
2. -> Gethelp -> Bug
3. Component select WWW
4. Subcomponent select BUGZILLAASSITANT
   - Related bugs list will appear
5. Click one, for example "BUGZILLAASSISTANT: Help texts
   for Component not updated
   <https://www.libreoffice.org/show_bug.cgi?id=41213>
   Expected: Bugzillapage should open
   Actual: Page not found
              
Browser: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110928 Firefox/7.0.1 SeaMonkey/2.4.1
Comment 1 Rainer Bielefeld Retired 2011-11-02 10:52:38 UTC
The problem is caused by a wrong link with missing "/bugzilla" in front of "/show...":

wrong:   <https://www.libreoffice.org/show_bug.cgi?id=41213>
correct: <https://www.libreoffice.org/bugzilla/show_bug.cgi?id=41213>

@loic:
Please feel free to reassign (or reset Assignee to default) if it’s not your area. Please set Status to ASSIGNED if you accept this Bug.
Comment 2 Loic Dachary 2011-11-03 02:41:29 UTC
http://cgit.freedesktop.org/libreoffice/website/commit/?id=7d5caeb31b3bb42d2efe48f6bab1695a110ce637

Add missing $.bug.url when building the related bugs urls.
Comment 3 Loic Dachary 2011-11-03 02:42:00 UTC
Installed on kermit.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.