Compare commits
3 commits
d370a63952
...
6607d8a34f
Author | SHA1 | Date | |
---|---|---|---|
6607d8a34f | |||
6bfd17b76a | |||
6c0af76e06 |
7 changed files with 372 additions and 339 deletions
|
@ -213,8 +213,7 @@
|
|||
"drupal/core": {
|
||||
"Adding attributes to views-view-list.html.twig doesn't work if Views List class Style option is empty": "https://www.drupal.org/files/issues/2023-03-16/2845400-24.patch",
|
||||
"Use form element of type date instead textfield when selecting a date in an exposed filter": "https://www.drupal.org/files/issues/2021-12-01/2648950-257.patch",
|
||||
"Views Date Filter Datetime Granularity Option": "https://www.drupal.org/files/issues/2021-04-27/2868014-110-after-2648950-247-applied.patch",
|
||||
"Entity reference filter for all entity reference fields 3347343": "https://www.drupal.org/files/issues/2024-03-14/3347343-10.2.x.patch"
|
||||
"Views Date Filter Datetime Granularity Option": "https://www.drupal.org/files/issues/2021-04-27/2868014-110-after-2648950-247-applied.patch"
|
||||
},
|
||||
"drupal/ds": {
|
||||
"Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch"
|
||||
|
|
694
composer.lock
generated
694
composer.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -114,7 +114,7 @@ display:
|
|||
options:
|
||||
perm: 'access content'
|
||||
cache:
|
||||
type: none
|
||||
type: search_api_none
|
||||
options: { }
|
||||
empty: { }
|
||||
sorts:
|
||||
|
|
|
@ -114,7 +114,7 @@ display:
|
|||
options:
|
||||
perm: 'access content'
|
||||
cache:
|
||||
type: none
|
||||
type: search_api_none
|
||||
options: { }
|
||||
empty: { }
|
||||
sorts:
|
||||
|
|
|
@ -114,7 +114,7 @@ display:
|
|||
options:
|
||||
perm: 'access content'
|
||||
cache:
|
||||
type: none
|
||||
type: search_api_none
|
||||
options: { }
|
||||
empty: { }
|
||||
sorts:
|
||||
|
|
|
@ -206,7 +206,7 @@ display:
|
|||
options:
|
||||
perm: 'access content'
|
||||
cache:
|
||||
type: none
|
||||
type: search_api_none
|
||||
options: { }
|
||||
empty: { }
|
||||
sorts:
|
||||
|
|
|
@ -114,7 +114,7 @@ display:
|
|||
options:
|
||||
perm: 'access content'
|
||||
cache:
|
||||
type: none
|
||||
type: search_api_none
|
||||
options: { }
|
||||
empty: { }
|
||||
sorts:
|
||||
|
@ -255,7 +255,7 @@ display:
|
|||
position: 1
|
||||
display_options:
|
||||
cache:
|
||||
type: none
|
||||
type: search_api_none
|
||||
defaults:
|
||||
cache: false
|
||||
display_extenders:
|
||||
|
|
Loading…
Reference in a new issue