Ticket #177 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

isDefined issue with fusebox 5 in circuit

Reported by: tazmachine Owned by: sean@…
Type: defect Priority: normal
Milestone: Fusebox 5.1 Component: Extensions: Lexicons/Plugins
Version: 5.1 Severity: normal
Keywords: isDefined Cc:

Description

<if condition="isDefined(&quot;attributes.displaymode&quot;)
and attributes.displaymode eq &quot;print&quot;">

<false>

<do action="layouts.moduleheader" />

</false>

</if>

error: Element DISPLAYMODE is undefined in ATTRIBUTES.

Which is not true

Attachments

Change History

Changed 2 years ago by scorfield

  • status changed from new to closed
  • resolution set to fixed

(In [305]) Fixes #177 by putting parentheses around the condition in the no-if case.
This was a leftover bug from changelist [257] which attempted to fix #160.

Note: See TracTickets for help on using tickets.