Skip to content

Commit a69880d

Browse files
Merge pull request #6927 from segmentio/hidden-fields-troubleshooting-fcaa
Facebook Custom Audiences (Actions) hotfix II
2 parents 98704c7 + b19afd8 commit a69880d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/_includes/components/actions-fields.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,12 @@
140140
</tr>
141141
</thead>
142142
<tbody>
143-
{% for field in action.fields %}
143+
{% for field in action.fields %}{% unless field.id == 'jYj1UxYzS5aJNU2Ue2gakK' or field.id == '2KMUXqzqudDytGbcBz2iwP' or field.id == '6VBmtsRbVxHVM61LtnFVwX' or field.id == 'q6eYyJGaCYcPSHeZPpaK5x' %}
144144
<tr>
145145
<td>{{field.label}}{% if field.required %}<span class="required" title="This field is required">*</span>{% endif %}</td>
146146
<td>{% if field.type %}Type: <code>{{field.type}}</code><br />{%endif%}{{field.description | markdownify}}</td>
147147
</tr>
148-
{%endfor%}
148+
{%endunless%}{%endfor%}
149149
</tbody>
150150
</table>
151151
</div>

src/_includes/content/destination-dossier.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<div class="qi-content">
4848
<h6>Destination Info</h6>
4949
<ul class="qi">
50-
{% if destMethods.size > 0 %}<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>{% endif %}
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 %}
5151
{% if previous_names.size == 1 or components.size == 0 %}
5252
<li>Refer to it as <strong>{{previous_names | join: '</strong>, or <strong>' }}</strong> in the <a href="/docs/guides/filtering-data/#filtering-with-the-integrations-object">Integrations object</a></li>
5353
{% else %}

0 commit comments

Comments
 (0)