Closed Bug 62618 Opened 24 years ago Closed 24 years ago

regression: tooltips change breaks longdescs display

Categories

(Bugzilla :: Bugzilla-General, defect, P3)

defect

Tracking

()

RESOLVED FIXED
Bugzilla 2.12

People

(Reporter: dmosedale, Assigned: dmosedale)

Details

Attachments

(1 file)

It turns out that the first time the quoteUrls patch from 59515 actually recognizes another bug number to URLify, it does a SendSQL, which causes any remaining unfetched data from the previous SendSQL (done by the caller of quoteUrls) to be discarded. The upshot is that any subsequent longdescs are not displayed. The problem is the fact that the state related to SendSQL is global. So I've slapped together a patch which allows one to push all that state onto a stack. This allows for arbitrarily deep nesting of queries. The patch also uses this mechanism to give quoteUrls its own state to use.
r=endico
Fix checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
In search of accurate queries.... (sorry for the spam)
Target Milestone: --- → Bugzilla 2.12
Moving closed bugs to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: other → unspecified
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: