Add patch for new item autosave
This commit is contained in:
parent
d2f8551c6c
commit
d70c8f5771
2 changed files with 17 additions and 15 deletions
|
@ -37,6 +37,7 @@
|
|||
"drupal/allowed_formats": "^1.1",
|
||||
"drupal/antibot": "^1.2",
|
||||
"drupal/auto_entitylabel": "^3.0@beta",
|
||||
"drupal/autosave_form": "1.x-dev",
|
||||
"drupal/backup_migrate": "^5",
|
||||
"drupal/block_class": "^1",
|
||||
"drupal/ckeditor_markdown": "^1.3",
|
||||
|
@ -150,9 +151,9 @@
|
|||
"drupal/urllogin": "^2",
|
||||
"drupal/view_password": "^6",
|
||||
"drupal/view_unpublished": "^1.0",
|
||||
"drupal/viewsreference": "^1",
|
||||
"drupal/views_daterange_filters": "^1.0@alpha",
|
||||
"drupal/views_field_compare": "^1.0@beta",
|
||||
"drupal/viewsreference": "^1",
|
||||
"drupal/webform": "^6.0",
|
||||
"drupal/webform_mailchimp": "^5.4",
|
||||
"drupal/weight": "^3.3",
|
||||
|
@ -218,7 +219,10 @@
|
|||
},
|
||||
"drupal/ds": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
|
24
composer.lock
generated
24
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "c706d2ed18e81cb61d9ed8d58d42c21f",
|
||||
"content-hash": "3c742c0b7f61bebfa5d97618a7caf573",
|
||||
"packages": [
|
||||
{
|
||||
"name": "abraham/twitteroauth",
|
||||
|
@ -2625,29 +2625,26 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/autosave_form",
|
||||
"version": "1.4.0",
|
||||
"version": "dev-1.x",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/autosave_form.git",
|
||||
"reference": "8.x-1.4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/autosave_form-8.x-1.4.zip",
|
||||
"reference": "8.x-1.4",
|
||||
"shasum": "b1e99ff38d11986b311dac91f7d2cfcfb2152875"
|
||||
"reference": "f482311cb39d5b4d145f0677716c824eadfbad04"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9 || ^10"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.4",
|
||||
"datestamp": "1664203243",
|
||||
"version": "8.x-1.3+1-dev",
|
||||
"datestamp": "1664203053",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
"status": "not-covered",
|
||||
"message": "Dev releases are not covered by Drupal security advisories."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -24618,6 +24615,7 @@
|
|||
"minimum-stability": "dev",
|
||||
"stability-flags": {
|
||||
"drupal/auto_entitylabel": 10,
|
||||
"drupal/autosave_form": 20,
|
||||
"drupal/coffee": 20,
|
||||
"drupal/comment_notify": 20,
|
||||
"drupal/convert_bundles": 15,
|
||||
|
|
Loading…
Reference in a new issue