# File lib/ruote/part/participant_list.rb, line 271
    def list= (pl)

      list = get_list
      list['list'] = pl.collect { |pe| pe.to_a }

      if r = @context.storage.put(list)
        #
        # put failed, have to redo it
        #
        list= (pl)
      end
    end