Closed
Bug 283361
Opened 20 years ago
Closed 20 years ago
'Deadline' info not saved in bookmarkable template
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: shane.h.w.travis, Assigned: shane.h.w.travis)
References
Details
Attachments
(1 file)
1.66 KB,
patch
|
Wurblzap
:
review+
|
Details | Diff | Splinter Review |
1) open enter_bug.cgi, pick product
2) Fill in bug info; make sure to enter something in the 'Deadline' field
3) click "Remember values as bookmarkable template"
4) follow the link
Result: Deadline box is empty
Expected result: Deadline box contains info from previous page
Jouni, I'm surprised you missed this on your reviews of that bug! :)
Assignee | ||
Comment 1•20 years ago
|
||
Attachment #175356 -
Flags: review?(wurblzap)
Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Bugzilla 2.20
Comment 2•20 years ago
|
||
Comment on attachment 175356 [details] [diff] [review]
Code patch for tip
Tested; works.
Attachment #175356 -
Flags: review?(wurblzap) → review+
Updated•20 years ago
|
Flags: approval?
Updated•20 years ago
|
Flags: approval? → approval+
Assignee | ||
Comment 3•20 years ago
|
||
Checking in enter_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/enter_bug.cgi,v <-- enter_bug.cgi
new revision: 1.106; previous revision: 1.105
done
Checking in template/en/default/bug/create/create.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tm
pl,v <-- create.html.tmpl
new revision: 1.46; previous revision: 1.45
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 4•20 years ago
|
||
bug 310532 is about the estimated hours field not being included in the bookmarkable template. How come that was not included in this patch? Should we reopen this one?
I looked at the patch in attachment 175356 [details] [diff] [review] [edit] but I am not sure how a similar patch would effect the estimated hours field. I do not understand what bugzilla does when that field is not present in the URL. When that field is returned to bugzilla empty bugzilla complains so if it was not in the URL the user would need to manually enter in 0.0 or get an error every time.
You need to log in
before you can comment on or make changes to this bug.
Description
•