Skip to content

Commit 26385b4

Browse files
Merge pull request #7956 from segmentio/fix-7830
Overwrite methods for jimo actions
2 parents dadbe13 + bde1bd9 commit 26385b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/_includes/content/destination-dossier.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
<div class="qi-content">
4848
<h6>Destination Info</h6>
4949
<ul class="qi">
50-
{% if destMethods.size > 0 %}{% unless page.id == '645d5fc12eb891cf0a93fe4b' %}<li>Accepts {% for method in destMethods%}{% if destMethods.size == 1 %}{{method}} calls.{% else %}{% unless forloop.last == true %}{{method}}, {% endunless %}{% if forloop.last == true%}and {{method}} calls{%endif%}{% endif %}{% endfor %}</li>{% endunless %}{% endif %}
50+
{% if destMethods.size > 0 %}{% unless page.id == '645d5fc12eb891cf0a93fe4b' or page.id == '652d4cf5e00c0147e6eaf5e7' %}<li>Accepts {% for method in destMethods%}{% if destMethods.size == 1 %}{{method}} calls.{% else %}{% unless forloop.last == true %}{{method}}, {% endunless %}{% if forloop.last == true%}and {{method}} calls{%endif%}{% endif %}{% endfor %}</li>{% endunless %}{% endif %}
51+
{% if page.id == '652d4cf5e00c0147e6eaf5e7' %} <li>Accepts <a href="/docs/connections/spec/identify/">Identify</a> and <a href="/docs/connections/spec/track/">Track</a> calls. </li>{% endif %}
5152
{% if previous_names.size == 1 or components.size == 0 %}
5253
<li>Refer to it as {% if page.id == '5f7dd6d21ad74f3842b1fc47' %}<strong>Actions Amplitude</strong> {% else %}<strong>{{previous_names | join: '</strong>, or <strong>' }}</strong>{% endif %} in the <a href="/docs/guides/filtering-data/#filtering-with-the-integrations-object">Integrations object</a></li>
5354
{% else %}

0 commit comments

Comments
 (0)