Closed (fixed)
Project:
Maestro
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2012 at 13:42 UTC
Updated:
27 May 2014 at 19:38 UTC
Jump to comment: Most recent
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
Comment #1
sukr_s commentedpatch available at http://drupal.org/node/1994182#comment-7409144
Comment #2
_timpatrick commentedCommitted, thanks