#2906 closed defect (bug) (fixed)
Bulk change forum role no longer working
Reported by: | casiepa | Owned by: | netweb |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | 2.5.8 |
Component: | General - Administration | Keywords: | has-patch |
Cc: |
Description
WP 4.4.1
Selecting 1 or more users, in the dropdown box 'Change forum role to...' choose e.g. participant, click change.
Screen refreshes but nothing is changed.
Reported here: https://bbpress.org/forums/topic/how-to-import-bbpress-users/#post-170887
Tested myself and I have the same issue.
Attachments (3)
Change History (11)
This ticket was mentioned in Slack in #bbpress by casiepa. View the logs.
9 years ago
#2
@
9 years ago
- Component changed from General to General - Administration
- Milestone changed from Awaiting Review to Under Consideration
#3
@
9 years ago
That's because the dropdown exists at the bottom too which replaces the values from the top on submit.
Related: #WP35307
#4
@
9 years ago
Caused by [WP34636] for #WP27743.
#6
@
9 years ago
- Milestone changed from Under Consideration to 2.6
Thanks @ocean90, 2906.diff merges 2906.patch and 2906.2.patch around some if/else WordPress 4.6 checks.
Got to watch for this grunt upload_patch:2906
task filenames, it always uses the .diff
extension...
I think this is a regression introduced as part of #WP22959
To test, I'd take a look at commits from that upstream ticket and see if anything stands out, if the commit is easily reverted in a test setup that might also be a helpful way to test.