Opened 10 years ago
Closed 10 years ago
#6319 closed defect (bug) (fixed)
"This is a hidden group" message being incorrect thrown for private groups
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.3 | Priority: | high |
Severity: | normal | Version: | |
Component: | Groups | Keywords: | |
Cc: |
Description
The refactor in [9462] resulted in the "This is a hidden group" message being incorrectly shown in the case of private groups. I'm pretty sure this is just because of a missing break
, but I'm going to write some unit tests to demonstrate it one way or another.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Definitely because of the missing
break
statement on line 2995. Sorry about that.