Skip to content
Snippets Groups Projects

3409287: Deprecation in Drupal 10.2: Smart Date List Item allowed values must be passed as array

Merged pcate requested to merge issue/smart_date-3409287:3409287-deprecation-in-drupal into 4.1.x
1 unresolved thread

Closes #3409287

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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);
  • added 1 commit

    • 52862fec - Update smart_date.info.yml to declare dependency on Drupal 10.2

    Compare with previous version

  • Matt Glaman added 1 commit

    added 1 commit

    Compare with previous version

  • Matt Glaman added 1 commit

    added 1 commit

    • 225785ec - rollback core_version_requirement

    Compare with previous version

  • added 2 commits

    • 4719a305 - 1 commit from branch project:4.1.x
    • baa307fe - Merge branch '4.1.x' into 3409287-deprecation-in-drupal

    Compare with previous version

  • Please register or sign in to reply
    Loading