Opened 14 months ago
Closed 8 months ago
#9092 closed defect (bug) (fixed)
Member type have no default title
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 15.0.0 | Priority: | normal |
Severity: | normal | Version: | 7.0.0 |
Component: | Core | Keywords: | has-patch dev-reviewed |
Cc: |
Attachments (10)
Change History (23)
#1
@
13 months ago
- Component changed from Extended Profile to Members
- Milestone changed from Awaiting Review to 14.0.0
- Version changed from 12.2.0 to 7.0.0
Hi @1naveengiri
Thanks for you report. We'll fix it soon.
#2
@
13 months ago
- Keywords needs-patch removed
@imath I have checked above mentioned issue. I made the singular and plural name fields required to resolve this issue and added patch. Also, I have attached screenshot after resolved this issue.
#3
@
13 months ago
- Keywords has-patch added
Thanks e lot for your patch @imranmd
I believe some functions are used for both Group and Member types. This one in particular: bp_core_admin_insert_type()
. That's probably the reason why "Type" was used instead of "Member type". Could you test adding a group type to see if your patch doesn't introduce a side effect there?
#4
@
13 months ago
Hi @imath,
Apologies for the oversight. I initially checked only for the member type. However, in my new patch, I've included code for both member and group types.
This ticket was mentioned in Slack in #buddypress by espellcaste. View the logs.
13 months ago
#6
@
13 months ago
- Milestone changed from 14.0.0 to Up Next
- Owner set to espellcaste
- Status changed from new to assigned
#8
@
9 months ago
- Component changed from Members to Core
@imranmd I can confirm your bug report. I'll test your suggested patch.
This ticket was mentioned in PR #335 on buddypress/buddypress by renatonascalves.
8 months ago
#10
Trac ticket: https://buddypress.trac.wordpress.org/ticket/9092
#11
@
8 months ago
- Keywords dev-reviewed added
Tested the patch. Good addition. Added here: https://github.com/buddypress/buddypress/pull/335
member type with no name