Closed
Bug 176509
Opened 23 years ago
Closed 23 years ago
"This bug is not in your list" appears in error.
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Bugzilla
Creating/Changing Bugs
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: jodym, Assigned: jodym)
References
Details
Attachments
(1 file)
|
1.42 KB,
patch
|
justdave
:
review+
justdave
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020607
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020607
On some bugs, for some queries, "This bug is not in your list" appears after
changes to a bug are submitted, despite the bug being in the list. Choosing
"show list" from the page reveals that the bug I just changed was, in fact, in
my list.
Reproducible: Sometimes
Steps to Reproduce:
I can reproduce it 100% of the time with this process, but it is not
reproducible on all queries or bugs.
1. Run the following query on OEone's bug system:
http://makeashorterlink.com/?I23916B32
2. Choose bug 227.
3. Add a comment.
4. Note that "This bug is not in your list" appears.
5. Click "show list" to see that it is.
Actual Results:
"This bug is not in your list"
Expected Results:
Provided links to the previous bug in the list.
I am willing to try to solve this myself and would appreciate suggestions on
where to look / start.
Comment 1•23 years ago
|
||
duplicated on oeone and on landfill.
The trick here is that the navbar shown UNDER the "bug has been processed" is
for the next bug in your list, not the current bug. The problem is that bug is
the last bug in the list, and thus there is no next bug.
Process_bug should deal with this and not give you any text in the navbar at all
in that situation other than the links to the list and so forth.
OS: Linux → All
Hardware: PC → All
Target Milestone: --- → Bugzilla 2.18
| Assignee | ||
Comment 2•23 years ago
|
||
This problem can be fixed via a template change. Note that most of this patch
is just an indentation change.
Comment 3•23 years ago
|
||
Comment on attachment 104808 [details] [diff] [review]
Fix via template change
2xr= justdave
you have checkin privs, right?
Attachment #104808 -
Flags: review+
Comment 5•23 years ago
|
||
Checking in template/en/default/bug/navigate.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/navigate.html.tmpl,v
<-- navigate.html.tmpl
new revision: 1.3; previous revision: 1.2
done
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 6•23 years ago
|
||
*** Bug 162203 has been marked as a duplicate of this bug. ***
Comment 7•20 years ago
|
||
*** Bug 160166 has been marked as a duplicate of this bug. ***
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•