-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.patches.json
46 lines (46 loc) · 2.84 KB
/
composer.patches.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"patches": {
"drupal/amazon_ses": {
"Cron fails on amazon_ses when not configured": "PATCHES/amazon_ses-cron-queue-3417090-8.patch"
},
"drupal/core": {
"https://www.drupal.org/project/drupal/issues/1819538#comment-14019597 - More link disappears when time-based views cache is enabled": "https://www.drupal.org/files/issues/2021-03-05/1819538-57-D9.patch",
"https://www.drupal.org/project/drupal/issues/2833734 - Allow views attachment display use own pager options": "https://www.drupal.org/files/issues/2020-11-29/2833734-allow-attachment-pager-42.patch",
"Js optimize error https://www.drupal.org/project/drupal/issues/3416508": "PATCHES/core_js_optimizer.patch",
"https://www.drupal.org/project/drupal/issues/3143617": "https://www.drupal.org/files/issues/2020-07-07/3143617-28_0.patch"
},
"drupal/dream_block_manager": {
"Fix unusual missing entity type for tests": "PATCHES/dream_block_manager-check.patch"
},
"drupal/facets" : {
"https://www.drupal.org/project/facets/issues/3466886": "https://www.drupal.org/files/issues/2024-08-09/3466886-searchapidisplay-getcount-not-returning.patch"
},
"drupal/paragraphs": {
"Alter summary - https://www.drupal.org/project/paragraphs/issues/2868252#comment-16012347": "https://www.drupal.org/files/issues/2025-03-03/2868252-paragraph-summary-alter-51.patch"
},
"drupal/paragraphs_viewmode": {
"https://www.drupal.org/project/paragraphs_viewmode/issues/3345123": "https://www.drupal.org/files/issues/2023-03-01/paragraphs_viewmode-remove-context-parameter-3345123-2.patch"
},
"drupal/search_api": {
"https://www.drupal.org/project/search_api/issues/3130004 - Facets query part is lost in views": "PATCHES/search_api-facets-query-part.patch"
},
"drupal/search_api_attachments": {
"#3084967-41: Don't store full extracted file content data in the database": "https://www.drupal.org/files/issues/2021-08-10/search_api_attachments_files_cache-3084967-41.patch"
},
"drupal/user_expire": {
"Reset expiration when user is reactivated": "PATCHES/user_expire-reset-expiration-on-reactivation.patch"
},
"drupal/username_enumeration_prevention": {
"Avoid leaking the path via Drupal.settings json": "PATCHES/username_enumeration_prevention-user-login-block-form-3312288.patch"
},
"drupal/views_data_export": {
"https://www.drupal.org/project/views_data_export/issues/3173296": "https://www.drupal.org/files/issues/2021-02-12/3173296-9-batch-query-alter.patch"
},
"drupal/viewsreference": {
"https://dgo.to/3166490 - Trigger ajax refresh when display ID is changed": "https://www.drupal.org/files/issues/2020-09-02/viewsreference-ajax_after_display_selection-3166490-3.patch"
},
"drupal/webform": {
"Disable webform vide": "./PATCHES/disable-webform-help-video.patch"
}
}
}