- Issue created by @Parashram
- Status changed to Active
about 1 year ago 10:10pm 27 September 2023 - 🇺🇸United States DamienMcKenna NH, USA
fyi the appropriate status for an issue that is just opened, which does not have a proposed fix, patch or merge request, is "active"; "needs work" is for when there's an existing proposed solution and someone has identified that it needs further work.
- 🇮🇳India sarwan_verma
Hi@Parashram,
I have fixed this issue and created patch,
please review and verify. - Status changed to Needs review
about 1 year ago 7:23am 28 September 2023 - last update
about 1 year ago 2 pass - Status changed to RTBC
about 1 year ago 10:35am 28 September 2023 - 🇧🇷Brazil elber Brazil
I reviewed the patch.
Patch is working (applied correctly and fixing error)
Module is working as expected
I'm using drupal 10.1.x version - Status changed to Postponed: needs info
about 1 year ago 4:16pm 6 October 2023 - 🇺🇦Ukraine voleger Ukraine, Rivne
The post update function was added to apply argument list changes in batch service.
https://git.drupalcode.org/project/queue_ui/-/commit/0c86832#29f060b66c5...
Did you perform database updates after the composer install?
+++ b/src/QueueUIBatch.php @@ -155,7 +155,7 @@ class QueueUIBatch implements QueueUIBatchInterface { - watchdog_exception('queue_ui', $e); + \Drupal::logger('queue_ui', $e); @@ -164,7 +164,7 @@ class QueueUIBatch implements QueueUIBatchInterface { - watchdog_exception('queue_ui', $e); + \Drupal::logger('queue_ui', $e);
watchdog function deprecated in 10.1.x. Provided replacement is not correct and is a task for 3.2.x branch of the module.
- Status changed to Closed: outdated
about 2 months ago 7:23am 7 October 2024