Problem/Motivation
After submitting the bulk edit form there is no Status Message to indicate that the edit is successful.
Steps to reproduce
1. Bulk Edit Contents
2. Submit the form
3. Notice that there is no status message to indicate that the edit is successful
Proposed resolution
Add on form submit status message to notify users that edit is successful
| Comment | File | Size | Author |
|---|---|---|---|
| #15 | Screenshot from 2024-10-28 17-45-03.png | 25.86 KB | chhavi.sharma |
| #11 | views-bulk-edit_MR!33-Passed.png | 197.46 KB | roberttabigue |
| #7 | views_bulk_edit_3470852.JPG | 41.9 KB | papaaldrin |
Issue fork views_bulk_edit-3470852
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
anybodyYeah that makes sense, showing the results and checking the status. Could someone please prepare a proper MR?
Comment #4
jagraj_singh_gill commentedI am working on this request.
Comment #6
jagraj_singh_gill commentedI have created the MR for this. I have applied the success/failure messages by checking the number of successful and failed entities. And also applied the logger for failed entities. Please review once.
Thank You !!
Comment #7
papaaldrin commentedIt's working properly on my end and here is the screenshot. (This is my first contribution.)
Comment #8
papaaldrin commentedUnfortunately, I see that the PHPUnit is failing. I will look into it to make it work.
Comment #10
sonyavpaa commentedCreated a bit shorter version of the original MR, adds a status message after editing
Comment #11
roberttabigue commentedHi,
I installed and enabled the Views Bulk Edit module against 8.x-2.x-dev on my D10 site, and confirmed the Status message is now working after applying MR!33.
Please see the attached file for reference.
I'm moving this now to ‘RTBC’.
Thank you!
Comment #12
anybodyThanks. I think we should improve the wording a bit. Any native EN speaker here?
I'd vote for something like
. Any similar string in core?
Comment #13
chhavi.sharma commentedWorking on it.
Comment #14
chhavi.sharma commentedModifed the status message as per suggestion.
Comment #15
chhavi.sharma commentedAttaching the screenshot for reference.

Comment #16
anybodyThank you! Sadly both MR's still have failing tests and we should add tests for the new message to appear, please.
Code style is also incorrect.
Comment #17
chhavi.sharma commentedWorking on the code style and trying to make pipeline green.
Comment #18
chhavi.sharma commentedHi @anybody,
Fixed all the phpcs issues and made phpcs pass. But still there is phpunit failing. I have no prior experience of writing tests. Therefore, unassigning myself from the issue.
Comment #21
n-m-daz commentedI am currently working on this at DrupalCon SG 2024 until the end of the day.
Comment #24
usingsession commentedI fixed the test, but I made a mistake with the branch name (Sorry about that).
Comment #25
anybodyGreat, thank you!
Comment #27
anybodyComment #28
anybodyComment #29
chhavi.sharma commentedHi @anybody,
I noticed that a new MR was generated for this issue which includes the changes I did in MR 33 previously. While I appreciate the progress that the issue has been fixed, I’d like to kindly request due credit for my contribution to this issue as it motivates me to continue contributing to Drupal.
Looking forward to your response!
Comment #30
anybody@chhavi.sharma yes of course, sorry!
Comment #32
rajab natshahThank you for this fix.
Hoping for a release.
Comment #33
rajab natshahHopping for a tag release.
Thank you :)
Comment #34
rajab natshahComment #35
anybodyNot really critical, I think... @rajab natshah did you test the current dev branch? Everything else fine? Then I'd be fine to tag a new release of course. Thanks for your help.
Comment #36
rajab natshahThanks, Julian, for following up.
The PHP 8.4 what important in our case
( as Drupal ~11.3.0 and ~10.6.0
#3554384: Recommend PHP 8.4 for Drupal 11.3 and 10.6 )
As we are moving with PHP 8.4 and ~11.3.0 in most projects
Comment #37
anybody@rajab natshah what about #3563973: Deprecated nullable parameter? Sorry very busy currently.
Comment #38
rajab natshahThank you for your time Julian.
So we only managed with a patch
Created: 7 Dec 2025 : #3561886: Implicit nullable AccountInterface parameters for PHP 8.4 compatibility in Views Bulk Edit ( I closed mine as wont fix as it was already fixed in this issue - managing with local patches, and a patch from the commit)
Created: 18 Dec 2025 : #3563973: Deprecated nullable parameter
Comment #39
anybody@rajab natshah so TL;DR: 3.x-dev is fine, we just need a tagged release, right?
Comment #40
rajab natshahYes for sure, the dev was fine.
I had 5 testing rounds before the release
and
2 post release testing rounds ( ~11.3.0, and ~10.6.0 )
Thanks for the release, Julian, and your time today.
Comment #41
anybodyThank YOU @rajab natshah it's always a pleasure! :)