Closed
Bug 364335
Opened 18 years ago
Closed 18 years ago
Bug::check_can_change_field should check if newvalue is data->{'dontchange'}.
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 143313
People
(Reporter: jdahlin, Unassigned)
Details
Attachments
(1 file)
338 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
Bug::check_can_change_field should check if newvalue is data->{'dontchange'} for non-numeric fields. It should be done as early as possible so changes on 'change several bugs' are caught as early as possible.
It's useful for customizations where additional restrictions are added later in the method.
Reproducible: Always
Reporter | ||
Comment 1•18 years ago
|
||
Comment 2•18 years ago
|
||
There is already such a patch proposed in bug 143313.
*** This bug has been marked as a duplicate of 143313 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•