Account created on 14 December 2011, over 12 years ago
#

Recent comments

I did try #8 and it did not fix the issue. I confirm that 1.3.0 worked as intended. I'm sticking to that version for now. thanks for your help.

there you go. hope this helps

uuid:
langcode: en
status: true
dependencies:
config:
- field.field.node.venue.field_address
- field.field.node.venue.field_email
- field.field.node.venue.field_geolocation
- field.field.node.venue.field_phone
- field.field.node.venue.field_url
- field.field.node.venue.field_venue_name
- node.type.venue
module:
- address
- change_labels
- conditional_fields
- field_group
- geolocation
- geolocation_address
- hide_revision_field
- link
- path
- telephone
third_party_settings:
field_group:
group_venue_details:
children:
- group_address
- group_other_info
- group_geolocation_manual_
label: 'venue details'
region: content
parent_name: ''
weight: 2
format_type: tabs
format_settings:
classes: ''
show_empty_fields: false
id: ''
direction: horizontal
width_breakpoint: 640
effect: none
group_address:
children:
- field_address
- field_venue_timezone
label: Address
region: content
parent_name: group_venue_details
weight: 5
format_type: tab
format_settings:
classes: ''
show_empty_fields: false
id: ''
formatter: open
description: ''
required_fields: true
group_other_info:
children:
- field_url
- field_email
- field_phone
label: 'Other info (optional)'
region: content
parent_name: group_venue_details
weight: 7
format_type: tab
format_settings:
classes: ''
show_empty_fields: false
id: ''
formatter: closed
description: ''
required_fields: true
group_geolocation_manual_:
children:
- field_geolocation
label: 'Geolocation (manual)'
region: content
parent_name: group_venue_details
weight: 8
format_type: tab
format_settings:
classes: ''
show_empty_fields: false
id: ''
formatter: closed
description: 'Only use for manual entry or reset of geolocation fields'
required_fields: true
id: node.venue.default
targetEntityType: node
bundle: venue
mode: default
content:
created:
type: datetime_timestamp
weight: 4
region: content
settings: { }
third_party_settings: { }
field_address:
type: address_default
weight: 8
region: content
settings: { }
third_party_settings:
change_labels:
field_label_overwrite: ''
field_email:
type: email_default
weight: 6
region: content
settings:
placeholder: ''
size: 60
third_party_settings: { }
field_geolocation:
type: geolocation_latlng
weight: 7
region: content
settings: { }
third_party_settings:
geolocation_address:
enable: true
address_field: field_address
geocoder: google_geocoding_api
settings:
label: Address
description: 'Enter an address to be localized.'
autocomplete_min_length: 1
component_restrictions:
route: ''
country: ''
administrative_area: ''
locality: ''
postal_code: ''
boundary_restriction:
south: ''
west: ''
north: ''
east: ''
region: ''
sync_mode: auto
button_position: LEFT_TOP
direction: one_way
ignore:
organization: false
address-line1: false
address-line2: false
locality: false
administrative-area: false
postal-code: false
conditional_fields: { }
field_phone:
type: telephone_default
weight: 7
region: content
settings:
placeholder: ''
third_party_settings: { }
field_url:
type: link_default
weight: 5
region: content
settings:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
field_venue_name:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
group_geolocation_manual_:
weight: 26
region: content
settings: { }
third_party_settings:
conditional_fields: { }
langcode:
type: language_select
weight: 1
region: content
settings:
include_locked: true
third_party_settings: { }
path:
type: path
weight: 8
region: content
settings: { }
third_party_settings: { }
promote:
type: boolean_checkbox
weight: 5
region: content
settings:
display_label: true
third_party_settings: { }
revision_log:
type: hide_revision_field_log_widget
weight: 11
region: content
settings:
rows: 5
placeholder: ''
show: true
default: ''
permission_based: false
allow_user_settings: true
third_party_settings: { }
status:
type: boolean_checkbox
weight: 9
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
weight: 7
region: content
settings:
display_label: true
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 3
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
url_redirects:
weight: 10
region: content
settings: { }
third_party_settings: { }
hidden:
title: true

the module worked fine on 1.3.0 but broke the address module v. 8.x-1.12 widget with 1.3.1

i overwrite the address field label with on a node entity. The address field is in a tab (tabs>tab>address).

the widget was simply not being rendered (no html markup).

sorry i can't be much more specific, i would look into the diffs between 1.3.0 and 1.3.1. i suspect in fact the issue having to do with tabbing rather than address.

hope this helps

I have the same type of error when using search:
Twig\Error\LoaderError: Template "modules/contrib/manage_display/templates/field--node--uid.html.twig" is not defined. in Twig\Loader\ChainLoader->getCacheKey() (line 110 of core/themes/olivero/templates/content/comment.html.twig).

the error happens whatever the registration type name. After checking with a clean install, the incompatibility is with the module entity_redirect, which otherwise works as expected

here's the trace, I hope this helps

TypeError: Cannot access offset of type string on string in Drupal\Component\Utility\NestedArray::setValue() (line 155 of core/lib/Drupal/Component/Utility/NestedArray.php).

Drupal\Core\Form\FormBuilder->handleInputElement() (Line: 1003)
Drupal\Core\Form\FormBuilder->doBuildForm() (Line: 1073)
Drupal\Core\Form\FormBuilder->doBuildForm() (Line: 1073)
Drupal\Core\Form\FormBuilder->doBuildForm() (Line: 1073)
Drupal\Core\Form\FormBuilder->doBuildForm() (Line: 1073)
Drupal\Core\Form\FormBuilder->doBuildForm() (Line: 577)
Drupal\Core\Form\FormBuilder->processForm() (Line: 323)
Drupal\Core\Form\FormBuilder->buildForm() (Line: 73)
Drupal\Core\Controller\FormController->getContentResult()
call_user_func_array() (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext() (Line: 124)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext() (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 163)
Symfony\Component\HttpKernel\HttpKernel->handleRaw() (Line: 74)
Symfony\Component\HttpKernel\HttpKernel->handle() (Line: 58)
Drupal\Core\StackMiddleware\Session->handle() (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle() (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass() (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle() (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle() (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle() (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle() (Line: 686)
Drupal\Core\DrupalKernel->handle() (Line: 19)

this issue can be fixed by changing the case 'author_url': on line 271 of /core/modules/media/src/Plugin/media/Source/OEmbed.php by the following:
case 'author_url':
$author_url=$resource->getAuthorUrl();
return $author_url->getUri();
//orig
//return $resource->getAuthorUrl();

not sure this is a clean code, but it works.

Production build 0.69.0 2024