Add patch for new item autosave

This commit is contained in:
Chris Thompson 2022-11-16 15:29:26 -05:00
parent d2f8551c6c
commit d70c8f5771
2 changed files with 17 additions and 15 deletions

View file

@ -37,6 +37,7 @@
"drupal/allowed_formats": "^1.1", "drupal/allowed_formats": "^1.1",
"drupal/antibot": "^1.2", "drupal/antibot": "^1.2",
"drupal/auto_entitylabel": "^3.0@beta", "drupal/auto_entitylabel": "^3.0@beta",
"drupal/autosave_form": "1.x-dev",
"drupal/backup_migrate": "^5", "drupal/backup_migrate": "^5",
"drupal/block_class": "^1", "drupal/block_class": "^1",
"drupal/ckeditor_markdown": "^1.3", "drupal/ckeditor_markdown": "^1.3",
@ -150,9 +151,9 @@
"drupal/urllogin": "^2", "drupal/urllogin": "^2",
"drupal/view_password": "^6", "drupal/view_password": "^6",
"drupal/view_unpublished": "^1.0", "drupal/view_unpublished": "^1.0",
"drupal/viewsreference": "^1",
"drupal/views_daterange_filters": "^1.0@alpha", "drupal/views_daterange_filters": "^1.0@alpha",
"drupal/views_field_compare": "^1.0@beta", "drupal/views_field_compare": "^1.0@beta",
"drupal/viewsreference": "^1",
"drupal/webform": "^6.0", "drupal/webform": "^6.0",
"drupal/webform_mailchimp": "^5.4", "drupal/webform_mailchimp": "^5.4",
"drupal/weight": "^3.3", "drupal/weight": "^3.3",
@ -218,6 +219,9 @@
}, },
"drupal/ds": { "drupal/ds": {
"Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch" "Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch"
},
"drupal/autosave_form": {
"Autosave not working on content creation": "https://www.drupal.org/files/issues/2021-09-10/2924006-39.patch"
} }
} }
}, },

24
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "c706d2ed18e81cb61d9ed8d58d42c21f", "content-hash": "3c742c0b7f61bebfa5d97618a7caf573",
"packages": [ "packages": [
{ {
"name": "abraham/twitteroauth", "name": "abraham/twitteroauth",
@ -2625,29 +2625,26 @@
}, },
{ {
"name": "drupal/autosave_form", "name": "drupal/autosave_form",
"version": "1.4.0", "version": "dev-1.x",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/autosave_form.git", "url": "https://git.drupalcode.org/project/autosave_form.git",
"reference": "8.x-1.4" "reference": "f482311cb39d5b4d145f0677716c824eadfbad04"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/autosave_form-8.x-1.4.zip",
"reference": "8.x-1.4",
"shasum": "b1e99ff38d11986b311dac91f7d2cfcfb2152875"
}, },
"require": { "require": {
"drupal/core": "^9 || ^10" "drupal/core": "^9 || ^10"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": { "drupal": {
"version": "8.x-1.4", "version": "8.x-1.3+1-dev",
"datestamp": "1664203243", "datestamp": "1664203053",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "not-covered",
"message": "Covered by Drupal's security advisory policy" "message": "Dev releases are not covered by Drupal security advisories."
} }
} }
}, },
@ -24618,6 +24615,7 @@
"minimum-stability": "dev", "minimum-stability": "dev",
"stability-flags": { "stability-flags": {
"drupal/auto_entitylabel": 10, "drupal/auto_entitylabel": 10,
"drupal/autosave_form": 20,
"drupal/coffee": 20, "drupal/coffee": 20,
"drupal/comment_notify": 20, "drupal/comment_notify": 20,
"drupal/convert_bundles": 15, "drupal/convert_bundles": 15,