lib/openwfe/expressions/fe_command.rb in openwferu-0.9.15 vs lib/openwfe/expressions/fe_command.rb in openwferu-0.9.16
- old
+ new
@@ -96,10 +96,11 @@
#
# Looks up the value in the command field.
#
def lookup_command_field (workitem)
- lookup_attribute(A_COMMAND_FIELD, workitem, F_COMMAND)
+ lookup_attribute(
+ A_COMMAND_FIELD, workitem, :default => F_COMMAND)
end
#
# Returns the command and the step
#