Lutsk
Account created on 15 June 2010, about 14 years ago
#

Merge Requests

Recent comments

🇺🇦Ukraine nnevill Lutsk

It's not the best patch in the world but it works.

But it's not applicable for 8.x-1.0-alpha6 so I've prepared patch for that specific version.

🇺🇦Ukraine nnevill Lutsk

nnevill made their first commit to this issue’s fork.

🇺🇦Ukraine nnevill Lutsk

I've tried merge request https://git.drupalcode.org/project/viewsreference/-/merge_requests/31 on 2 different projects and it fix works as expected. So I think this is as good as RTBC.

🇺🇦Ukraine nnevill Lutsk

nnevill made their first commit to this issue’s fork.

🇺🇦Ukraine nnevill Lutsk

Here is an updated patch to support D10 as well.

🇺🇦Ukraine nnevill Lutsk

Here is working with D9/D10 solution for glossary attachment template:
 

{% for letter in 'a'..'z' %}
  {% set row = '' %}
  {{ options.inline ? '<span' : '<div' }} class="views-summary views-summary-unformatted">
  {% for loop_row in rows  %}
    {% if (loop_row.link == letter|upper) %}
      {% set row = loop_row %}
    {% endif %}
  {% endfor %}

  {% if row %}
    <a href="{{ row.url }}"{{ row.attributes.addClass(row.active ? 'is-active')|without('href') }}>{{ row.link }}</a>
    {% if options.count %}
      ({{ row.count }})
    {% endif %}
  {% else %}
    {{ letter|upper }}
  {% endif %}

  {{ options.inline ? '</span>' : '</div>' }}

{% endfor %}
🇺🇦Ukraine nnevill Lutsk

nnevill created an issue.

🇺🇦Ukraine nnevill Lutsk

This has been discussed here #3200686
In two words - there is no easy way to validate that.

🇺🇦Ukraine nnevill Lutsk

Done - I've removed that as there is no normal way to validate if twitter account exists.

🇺🇦Ukraine nnevill Lutsk

Done. Now summary is visible.

🇺🇦Ukraine nnevill Lutsk

nnevill created an issue.

🇺🇦Ukraine nnevill Lutsk

You have to be sure Leads are enabled.

To do so go Settings -> Open(if not opened) Customize fieldset -> Lead Statuses and click "Enable Leads" there. After that "Leads" link appear in your UI and integration will work.

🇺🇦Ukraine nnevill Lutsk

nnevill made their first commit to this issue’s fork.

Production build 0.69.0 2024