patched flag_lists to avoid flag actions creation
This commit is contained in:
parent
9f4cf46822
commit
eaa6d6eebd
|
@ -165,11 +165,11 @@
|
|||
"drupal/stripe": {
|
||||
"Stripe is a web service and should be in system.admin_config_services https://www.drupal.org/project/stripe/issues/3090652": "https://www.drupal.org/files/issues/2020-01-08/stripe-link_menu_in_services-3090652-5.patch"
|
||||
},
|
||||
"drupal/flag_lists": {
|
||||
"webprofiler ConfigEntityStorageDecorator given https://www.drupal.org/project/flag_lists/issues/3198936": "https://www.drupal.org/files/issues/2021-02-17/entitystorageinterface.patch"
|
||||
},
|
||||
"drupal/address": {
|
||||
"Integrate Address with Search API https://www.drupal.org/project/address/issues/2812659": "https://www.drupal.org/files/issues/2020-11-02/integrate-address-searchapi-2812659-56.patch"
|
||||
},
|
||||
"drupal/flag_lists": {
|
||||
"Does actions are mandatory ? https://www.drupal.org/project/flag_lists/issues/3200585#comment-14012878": "https://www.drupal.org/files/issues/2021-02-26/hasactions.patch"
|
||||
}
|
||||
},
|
||||
"drupal-scaffold": {
|
||||
|
|
|
@ -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": "22ea2908e28b98bba623bfb981d6cfda",
|
||||
"content-hash": "75a95a7c148c5ccbfa12463bb6713bdf",
|
||||
"packages": [
|
||||
{
|
||||
"name": "alchemy/zippy",
|
||||
|
@ -2557,6 +2557,9 @@
|
|||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
},
|
||||
"patches_applied": {
|
||||
"Integrate Address with Search API https://www.drupal.org/project/address/issues/2812659": "https://www.drupal.org/files/issues/2020-11-02/integrate-address-searchapi-2812659-56.patch"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
|
@ -7428,7 +7431,7 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/flag_lists.git",
|
||||
"reference": "3699874796ae95e221f2597894301950db504441"
|
||||
"reference": "fa6f764c1283d1126f5cace9570728139c6d0bbe"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8 || ^9",
|
||||
|
@ -7440,15 +7443,12 @@
|
|||
"dev-4.0.x": "4.0.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "4.0.0-beta9+6-dev",
|
||||
"datestamp": "1612880234",
|
||||
"version": "4.0.0-beta9+7-dev",
|
||||
"datestamp": "1612881059",
|
||||
"security-coverage": {
|
||||
"status": "not-covered",
|
||||
"message": "Dev releases are not covered by Drupal security advisories."
|
||||
}
|
||||
},
|
||||
"patches_applied": {
|
||||
"webprofiler ConfigEntityStorageDecorator given https://www.drupal.org/project/flag_lists/issues/3198936": "https://www.drupal.org/files/issues/2021-02-17/entitystorageinterface.patch"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
|
@ -7486,7 +7486,7 @@
|
|||
"source": "http://cgit.drupalcode.org/flag_lists",
|
||||
"issues": "https://www.drupal.org/project/issues/flag_lists"
|
||||
},
|
||||
"time": "2021-02-09T14:28:22+00:00"
|
||||
"time": "2021-02-17T19:16:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "drupal/flood_control",
|
||||
|
|
Loading…
Reference in New Issue