- Issue created by @matslats
- 🇳🇿New Zealand quietone
If this problem was discovered on a version of Drupal that is not 11.x, add that information in the issue summary and leave the version at 11.x. In Drupal core changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to the Core change policies → . Also mentioned on the version → section of the list of issue fields documentation.
- Merge request !12301Issue #3527130: Fix deprecation by handling null in summaryArgument() and caseTransform(). → (Open) created by Unnamed author
- 🇺🇸United States smustgrave
Please check the tags before moving to review. Was previously tagged for steps to reproduce which are still needed.
Thanks
This bug arose when I was building a glossary view reading some table cells which were empty.
- First commit to issue fork.
- 🇮🇳India JatinGupta40
I have updated the code and added the test case and it is working fine, incorporating the necessary improvements.
The new test case has been designed to ensure better validation and coverage. Additionally, I leveraged AI assistance to refine and enhance the implementation. Please review and let me know if any further adjustments or validations are required. - 🇳🇱Netherlands Lendude Amsterdam
We still need to verify that this is a core bug, we need steps to reproduce and to make sure this statement in the IS is actually true:
and it is possible that $data->{$this->base_alias} can be NULL
Why is that NULL? Is the bug that its NULL to begin with or that we are not checking for NULL?