Status
()
People
(Reporter: kohei, Assigned: kohei)
Tracking
Details
Attachments
(1 attachment)
46 bytes,
text/x-github-pull-request
|
Details | Review | Splinter Review |
Found yet another variant of Bug 1510770 😞 Need a better solution.
Comment 1•26 days ago
|
||
What if we axed the idea of staying on the same page after updating a bug?
Having multiple places that generate the same content is dumb.
Comment 2•26 days ago
|
||
(In reply to Dylan Hardison [:dylan] (he/him) from comment #1)
What if we axed the idea of staying on the same page after updating a bug?
Having multiple places that generate the same content is dumb.
There is already a user preference for this. https://bugzilla.mozilla.org/userprefs.cgi?tab=settings#post_bug_submit_action_row
I think what you are suggesting is the 'Do Nothing' choice.
(Assignee) | ||
Comment 3•26 days ago
•
|
||
Yeah, that option is off by default so many people remain on the same page. Like dylan’s earlier approach, we should just check RETURN UNLESS bug.defined
instead of template names.
(Assignee) | ||
Comment 4•26 days ago
|
||
Created attachment 9038107 [details] [review]
GitHub Pull Request
(Assignee) | ||
Comment 5•26 days ago
|
||
Merged to master.
Description
•