Opened 11 years ago
Closed 11 years ago
#6319 closed defect (bug) (fixed)
"This is a hidden group" message being incorrect thrown for private groups
| Reported by: | boonebgorges | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | high | Milestone: | 2.3 |
| Component: | Groups | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Definitely because of the missing
breakstatement on line 2995. Sorry about that.