3409287: Deprecation in Drupal 10.2: Smart Date List Item allowed values must be passed as array
1 unresolved thread
Closes #3409287
Merge request reports
Activity
14 14 */ 15 15 public static function parseValues($values) { 16 16 // Use the ListItemBase parsing function, but don't allow generated keys. 17 $result = static::extractAllowedValues($values, 1); 17 $list = explode("\n", $values); changed this line in version 3 of the diff
added 1 commit
- 52862fec - Update smart_date.info.yml to declare dependency on Drupal 10.2
Please register or sign in to reply