On Jan 17, 2008 6:31 AM, Tomaso Tosolini <[EMAIL PROTECTED]> wrote: > Deeper investigation lead me to the conclusion that expressions like > > <workitem>.attributes[key] > and > <workitem>.attributes[key] = value > and > <workitem>.attributes.delete key > > should disappear from to project(well, not from where the functions are > defined :) ), being substituted in the same order > > <workitem>.lookup_attribute key > and > <workitem>.set_attribute key, value > and > <workitem>.unset_attribute key > > Wdyt?
OK, Tomaso, please commit your patch (plus just comment out the require 'ruby-debug' on top of utils.rb). Do not forget to add a test for unset_attribute in test/lookup_att_test.rb Please add your name on top of the ActiveParticipant file as well. Thanks a lot, very neat, -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwferu-dev?hl=en -~----------~----~----~----~------~----~------~--~---
