Closed
Bug 505796
Opened 16 years ago
Closed 16 years ago
Bugzilla::Group::grant_direct has refers to $self->{members_direct} instead of $self->{grant_direct}
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: dkl, Assigned: dkl)
References
Details
Attachments
(1 file)
617 bytes,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
There is a coding error in Bugzilla::Group::grant_direct() where it is checking for pre-existing $self->{members_direct} instead of the proper $self->{grant_direct}.
Patch attached fixing the issue.
Dave
Attachment #389995 -
Flags: review?(mkanat)
Updated•16 years ago
|
Attachment #389995 -
Flags: review?(mkanat) → review+
Comment 1•16 years ago
|
||
Comment on attachment 389995 [details] [diff] [review]
Patch to update Bugzilla::Group::grant_direct to use $self->{grant_direct} (v1)
r=LpSolit
Updated•16 years ago
|
Assignee: general → dkl
Status: NEW → ASSIGNED
Depends on: 354627
Flags: blocking3.4+
Flags: blocking3.2.5+
Flags: approval3.4+
Flags: approval3.2+
Flags: approval+
OS: Linux → All
Hardware: x86 → All
Target Milestone: --- → Bugzilla 3.2
Assignee | ||
Comment 2•16 years ago
|
||
tip:
Checking in Bugzilla/Group.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Group.pm,v <-- Group.pm
new revision: 1.25; previous revision: 1.24
done
3.2:
Checking in Bugzilla/Group.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Group.pm,v <-- Group.pm
new revision: 1.22.2.1; previous revision: 1.22
done
3.4:
Checking in Bugzilla/Group.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Group.pm,v <-- Group.pm
new revision: 1.24.2.1; previous revision: 1.24
done
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•