- Affected version
- 2.1.3
When used in macro xfrm_resource_list_macros
With a remote resource, information is duplicated, as it displays 2 times 1 the same text:
And:
Thus, information is duplicated 2 times. Either add a status check above in the code or set your state or simply delete a piece of code.
arg-extraInfo
With a remote resource, information is duplicated, as it displays 2 times 1 the same text:
HTML:
<xf:if is="{$extraInfo}">
<li>{$extraInfo}</li>
</xf:if>
HTML:
<xf:if is="$resource.resource_state == 'deleted'">
<xf:if is="{$extraInfo}"><span class="structItem-extraInfo">{$extraInfo}</span></xf:if>
<xf:macro template="deletion_macros" name="notice" arg-log="{$resource.DeletionLog}" />
<xf:else />