Closed
Bug 349561
Opened 19 years ago
Closed 19 years ago
Move the strict_isolation check from post_bug into Bugzilla::Bug
Categories
(Bugzilla :: Creating/Changing Bugs, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: mkanat, Assigned: mkanat)
References
Details
Attachments
(1 file)
|
3.10 KB,
patch
|
bugzilla-mozilla
:
review+
|
Details | Diff | Splinter Review |
post_bug currently makes sure that strict_isolation is enforced on the assignee, qa_contact, and the cc list. This check should have a subroutine inside of Bugzilla::Bug.
| Assignee | ||
Comment 1•19 years ago
|
||
Okay, here we go. Tested and everything. :-) Depends on the blocking bug's patch.
Assignee: create-and-change → mkanat
Status: NEW → ASSIGNED
Attachment #234839 -
Flags: review?(bugzilla-mozilla)
Updated•19 years ago
|
Attachment #234839 -
Flags: review?(bugzilla-mozilla) → review+
Updated•19 years ago
|
Flags: approval?
Updated•19 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 2•19 years ago
|
||
It actually applied fine without bug 349555.
Checking in post_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/post_bug.cgi,v <-- post_bug.cgi
new revision: 1.167; previous revision: 1.166
done
Checking in Bugzilla/Bug.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Bug.pm,v <-- Bug.pm
new revision: 1.141; previous revision: 1.140
done
You need to log in
before you can comment on or make changes to this bug.
Description
•