- 🇧🇾Belarus ivnish
Drupal 7 is EOL. Issue will be closed, but patches are still here
Steps to reproduce:
The following code seems to kick in:
function option_definition() {
$options = parent::option_definition();
$options['value'] = array('default' => 1);
return $options;
}
When this code is removed, all seems to work as expected.
I don't understand why this exists, perhaps it can simply be removed?
Closed: outdated
3.0
Views integration
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 is EOL. Issue will be closed, but patches are still here