Opened 6 years ago
Closed 6 years ago
#7955 closed defect (bug) (fixed)
Group Member search is not working as expected. Nouveau Template.
Reported by: | pooja1210 | Owned by: | imath |
---|---|---|---|
Milestone: | 3.2.0 | Priority: | normal |
Severity: | major | Version: | 3.0.0 |
Component: | Templates | Keywords: | has-patch |
Cc: |
Description
In, group members tab there is search present which is not working as expected.
If search result doesn't match code is shown.
Code shown is as below :
bp_nouveau_user_feedback( 'group-members-none' );
Steps to Reproduce :
1.Go to groups
2.Go to members tab
3.In search field enter invalid data(or any name which is not present in member listing page)
4.Click on search.
5.Observe that, instead of "No members found" message, code is shown.
Note: Issue specifically in Nouveau template.
Attachments (2)
Change History (9)
#2
@
6 years ago
- Component changed from Core to Templates
- Keywords has-patch added
- Milestone changed from Awaiting Review to 3.2.0
- Owner set to imath
- Status changed from new to assigned
- Version set to 3.0.0
I confirm the issue. It's a typo issue. The first part of the 7955.patch is fixing it.
Here's a screen cap of the fix applied :
But this bug revealed a regression from #7881 (my bad!) where I forgot to output the Single group search form + add the back compat filter for the group members search.
So the second part of the patch is fixing it. That's why I'm adding this ticket to the 3.2.0 milestone. Thanks again @pooja1210 for your contribution.
If no objections, I'll commit later tonight (~ 9 to 10 hours from now)
Hi @pooja1210 Thanks a lot for your feedback, I’ll look at it asap.