The Needs Review Queue Bot → tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.
Consult the Drupal Contributor Guide → to find step-by-step guides for working with issues.
- 🇳🇿New Zealand quietone
This was a bugsmash daily target a few days ago.
larowlan, noted it need a reroll and that this may be a task not a bug. I can't comment on that but I will update the issue meta data. I am not tagging for a reroll because of comment #27 and #31. The patches have tests, so removing that tag.
- Status changed to Needs review
almost 2 years ago 4:19am 16 March 2023 - 🇮🇳India Abhisheksingh27
Adding Reroll for 9.5.x.
Was unable to add changes to " a/core/modules/system/src/Tests/Batch/ProcessingTest.php" as "ProcessingTest.php" was not present at the given path. - 🇳🇿New Zealand quietone
@Abhisheksingh27, Thank you for your assistance on this issue. However, this issue is not tagged for a reroll and it does not need one as explained in the Issue Summary and in #40. To receive credit for contributing to this issue, assist with other outstanding tasks which in this case is an Issue Summary update. See the issue credit guidelines → for more information.
For others working on this issue the patch in #41 is a reroll of the test only patch in #27 and does not include the suggested fix.
- Status changed to Needs work
almost 2 years ago 5:17am 16 March 2023 - 🇮🇳India Abhisheksingh27
@quietone Sorry for the inconvenience. Seems like i missed #40 comment.
- 🇦🇹Austria hudri Austria
I'm not totally sure if this is directly related, but
batch_set()
does not work if the submitting form has a?destination
GET parameter.I initially stumbled on this in the bookable_calendar module ( #3387507 🐛 Editing opening entites does not trigger batch process updating the instances Active ), and it looks suspiciously related to this issue.