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)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
Bugzilla 3.2

People

(Reporter: dkl, Assigned: dkl)

References

Details

Attachments

(1 file)

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)
Attachment #389995 - Flags: review?(mkanat) → review+
Comment on attachment 389995 [details] [diff] [review] Patch to update Bugzilla::Group::grant_direct to use $self->{grant_direct} (v1) r=LpSolit
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
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.

Attachment

General

Created:
Updated:
Size: