Skip to content

Commit

Permalink
'Add all attachments' field will now only be shown when attachments a…
Browse files Browse the repository at this point in the history
…re available in AdminGenericInterfaceInvokerDefault.
  • Loading branch information
NiklasSchmitt committed Oct 27, 2023
1 parent 01bca0e commit 51850c7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,13 +218,15 @@
<div class="Clear"></div>
[% END %]

[% IF Data.GetAllArticleAttachmentsStrg %]
<label for="GetAllArticleAttachments">[% Translate("Add all attachments") | html %]:</label>
<div class="Field">
[% Data.GetAllArticleAttachmentsStrg %]
<p class="FieldExplanation">
[% Translate("Add all attachments to invoker payload.") | html %]
</p>
</div>
[% END %]

<div class="Field SpacingTop">
[% IF Data.Mode == 'Change' %]
Expand Down

0 comments on commit 51850c7

Please sign in to comment.