- Status changed to Postponed
about 2 years ago 4:43pm 17 January 2023 - Status changed to Active
almost 2 years ago 11:31pm 13 April 2023 Unfortunately, there has been no response to this support request. I updated the title to English.
Timely responses to support requests in the Drupal core issue queue are rare. There are better forums for questions such a slack or stack exchange. I encourage you to try them.
- Status changed to Needs review
over 1 year ago 9:30am 15 May 2023 - 🇮🇳India Raveen Kumar
@acakyra, you can use something like this.
{% if node.isTranslation %}
{% set parentNode = node.getTranslation(node.source.langcode) %}
{% else %}
{% set parentNode = node %}
{% endif %}{% if parentNode.field_gold %}
{{ parentNode.field_gold.value }}
{% endif %}And Thank You.
- Status changed to Postponed: needs info
over 1 year ago 6:37pm 17 May 2023 - 🇺🇸United States smustgrave
@acakyra is there anything else you need from this if it can be closed out?
- Status changed to Closed: outdated
about 1 year ago 10:26pm 20 November 2023 I am closing this issue due to inactivity. Reopen it as necessary.