Account created on 18 April 2024, 11 months ago
#

Merge Requests

More

Recent comments

I'm seeing almost the same error, but with int as returned value:

TypeError: Drupal\views_aggregator\Plugin\views\style\Table::getCellRaw(): Return value must be of type string, int returned

Therefore MR !27 in it's current state wouldn't help here.

Yes, it's on purpose. It's necessary for the code in line 224:

$submittedElements = array_filter($submittedElements, fn (array $element) => $element['#type'] !== 'cmrf_display');

array_keys() is called in the return line.

As we need this for a project we would appreciate some feedback. Thanks.

@jaapjansma, can you give feedback on the MR? Thanks.

This is an issue again. I've attached a patch that fixes the problem for my use case. If you think that is the correct solution, I can make a MR.

I could do the required changes. Though I think it would be best, if I could consider the approach you prefer. Do you have any suggestion?

I've closed this issue and created a new one related to the loading of values for cmrf_display fields #3455921.

Yes, your change fixes this issue. Thanks. However, now there are no values set for cmrf_display fields.

Production build 0.71.5 2024