The IF condition type does not work with > & < operators. The DB stores > / < for these operators and because of this the task MaestroTaskTypeIf fails during execute with the error

Notice: Undefined variable: useTrueBranch in MaestroTaskTypeIf->execute() (line 403 of /Library/WebServer/Documents/d7/sites/all/modules/maestro/maestro_tasks.class.php).
Notice: Undefined variable: useTrueBranch in MaestroTaskTypeIf->execute() (line 410 of /Library/WebServer/Documents/d7/sites/all/modules/maestro/maestro_tasks.class.php).

Comments

sukr_s’s picture

_timpatrick’s picture

Status: Active » Fixed

Committed, thanks

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 5e7a3a0 on master, 8.x-1.x by _timpatrick:
    Issue #1817704 by sukr_s - If condition not working with < and >...