- ivnish Kazakhstan
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.
The value for the select_or_other is NULL
.
An array is stored: ['select' => NULL, 'other' => '']
. The values are left untouched by select_or_other_element_validate()
. This leads to various warnings and misbehaviours in modules that donβt expect select_or_other to return an array as value.
select_or_other_element_validate()
should always hide the internal data-structure.
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.