# File lib/ruote/exp/fe_save.rb, line 51 def apply to_v, to_f = determine_tos if to_v set_variable(to_v, h.applied_workitem['fields']) elsif to_f set_f(to_f, Ruote.fulldup(h.applied_workitem['fields'])) #else # do nothing end reply_to_parent(h.applied_workitem) end