iban column missing from Webform results table

Created on 21 April 2016, almost 9 years ago
Updated 13 February 2025, 27 days ago

Problem

In the case where webform_iban is used in a Webform:

The IBAN column is missing from the Webform results table:

Solution

Fixed by implementing _webform_table_component()

/**
 * Implements _webform_table_component().
 */
function _webform_table_iban_field($component, $value) {
  return check_plain(empty($value[0]) ? '' : $value[0]);
}

this is how it looks after implementing _webform_table_component()

e

🐛 Bug report
Status

Closed: outdated

Version

1.0

Component

User interface

Created by

🇳🇱Netherlands silkogelman

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024