Skip to content

Commit

Permalink
Merge dev-container updates/hot-fixes into stage-container-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanletulle committed Sep 5, 2024
1 parent a913e31 commit 46975c1
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 11 deletions.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@
"Fix ICS HTML formatting": "patches/rerolled_spatie_timezone_format2.patch",
"PHP compatibility": "patches/spatie_php.patch"
},
"drupal/conditional_fields": {
"Required Field Error with Dependent Visibility": "https://www.drupal.org/files/issues/2023-05-05/3344587-required_fields_not_visible-15.patch"
},
"drupal/draggableviews": {
"Remove view_name and view_display join since it will never be correct as is.": "patches/draggableviews_remove_join.patch"
},
Expand All @@ -215,7 +218,8 @@
},
"drupal/webform": {
"Cast variable to int for postgreSQL DBs": "patches/webform_group_variable_cast.patch",
"Allowing all users to download submission files": "patches/submission_file_access.patch"
"Allowing all users to download submission files": "patches/submission_file_access.patch",
"Files cannot be attached to the form": "https://www.drupal.org/files/issues/2023-01-09/3328986-19.patch"
},
"drupal/viewsreference": {
"3166490: Fixes missing display upon first adding a list": "https://www.drupal.org/files/issues/2021-01-15/viewsreference-ajax_after_display_selection-3166490-6.patch"
Expand Down
34 changes: 34 additions & 0 deletions config/sync/block.block.views_block__forms_block_1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
uuid: 249ce4e6-8fcb-480f-b0c0-d25cd17eb9eb
langcode: en
status: true
dependencies:
config:
- views.view.forms
module:
- block_in_page_not_found
- system
- views
theme:
- epa_intranet_2
id: views_block__forms_block_1
theme: epa_intranet_2
region: content
weight: 0
provider: null
plugin: 'views_block:forms-block_1'
settings:
id: 'views_block:forms-block_1'
label: ''
label_display: visible
provider: views
views_label: ''
items_per_page: none
visibility:
page_not_found_request:
id: page_not_found_request
negate: false
page_not_found: false
request_path:
id: request_path
negate: false
pages: /forms/internal-forms-inventory
15 changes: 10 additions & 5 deletions config/sync/core.entity_form_display.node.event.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ content:
custom
show_extra: true
hide_date: false
allday: true
remove_seconds: false
separator: to
add_abbreviations: ''
third_party_settings:
smart_date_recur:
Expand Down Expand Up @@ -121,12 +124,13 @@ content:
placeholder_title: ''
third_party_settings:
conditional_fields:
ae9afd15-a22d-4983-b80f-30a1c22ec121:
c7655269-6e51-4254-b9de-f5bcaed6aea8:
entity_type: node
bundle: event
dependee: field_event_location_logistics
settings:
state: visible
state: required
reset: false
condition: value
grouping: AND
values_set: 1
Expand All @@ -147,12 +151,13 @@ content:
placeholder: ''
third_party_settings:
conditional_fields:
d8c267ce-104d-4c96-9abc-f7b496c7b58e:
653edad1-822c-4fca-a9c2-44c343bbd17a:
entity_type: node
bundle: event
dependee: field_event_location_logistics
settings:
state: visible
state: required
reset: false
condition: value
grouping: AND
values_set: 1
Expand Down Expand Up @@ -247,4 +252,4 @@ content:
third_party_settings: { }
hidden:
promote: true
sticky: true
sticky: true
2 changes: 1 addition & 1 deletion config/sync/field.field.node.event.field_event_link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ entity_type: node
bundle: event
label: 'Event Link'
description: 'If the event will be held remotely (MS Teams, Zoom, etc), please enter the link to the online event. '
required: true
required: false
translatable: false
default_value: { }
default_value_callback: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ entity_type: node
bundle: event
label: 'Event Location'
description: 'Enter the physical location of the event.'
required: true
required: false
translatable: false
default_value: { }
default_value_callback: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ entity_type: paragraph
bundle: title_and_text
label: Style
description: 'Boxes are used to highlight specific web content. Each box style has <a href="/web-guide/web-standard-boxes">specific content requirements</a> and should be used appropriately.'
required: true
required: false
translatable: false
default_value: { }
default_value_callback: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ entity_type: paragraph
bundle: title_and_text
label: Text
description: ''
required: true
required: false
translatable: false
default_value: { }
default_value_callback: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ entity_type: paragraph
bundle: title_and_text
label: Title
description: ''
required: true
required: false
translatable: false
default_value: { }
default_value_callback: ''
Expand Down

0 comments on commit 46975c1

Please sign in to comment.