Sha256: 5a78f445bbe65db333e6a7f99ae660fa34715d75cf53bd620e79cd900b3c56fd

Contents?: true

Size: 673 Bytes

Versions: 110

Compression:

Stored size: 673 Bytes

Contents

module Eco
  module API
    class MicroCases
      # It preserves the usergroups of `person` and appends those defined in `policy_group_ids` of the `entry`
      # @param entry [PersonEntry] the input entry with the data we should set on person.
      # @param person [Ecoportal::API::V1::Person] the person we want to update, carrying the changes to be done.
      # @param options [Hash] the options.
      def append_usergroups(entry, person, options)
        unless options.dig(:exclude, :account)
          if person.account
            person.account.policy_group_ids |= entry.policy_group_ids
          end
        end
      end

    end
  end
end

Version data entries

110 entries across 110 versions & 1 rubygems

Version Path
eco-helpers-2.0.47 lib/eco/api/microcases/append_usergroups.rb
eco-helpers-2.0.46 lib/eco/api/microcases/append_usergroups.rb
eco-helpers-2.0.45 lib/eco/api/microcases/append_usergroups.rb
eco-helpers-2.0.44 lib/eco/api/microcases/append_usergroups.rb
eco-helpers-2.0.43 lib/eco/api/microcases/append_usergroups.rb
eco-helpers-2.0.42 lib/eco/api/microcases/append_usergroups.rb
eco-helpers-2.0.41 lib/eco/api/microcases/append_usergroups.rb
eco-helpers-2.0.40 lib/eco/api/microcases/append_usergroups.rb
eco-helpers-2.0.39 lib/eco/api/microcases/append_usergroups.rb
eco-helpers-2.0.38 lib/eco/api/microcases/append_usergroups.rb
eco-helpers-2.0.37 lib/eco/api/microcases/append_usergroups.rb
eco-helpers-2.0.36 lib/eco/api/microcases/append_usergroups.rb
eco-helpers-2.0.35 lib/eco/api/microcases/append_usergroups.rb
eco-helpers-2.0.34 lib/eco/api/microcases/append_usergroups.rb
eco-helpers-2.0.33 lib/eco/api/microcases/append_usergroups.rb
eco-helpers-2.0.32 lib/eco/api/microcases/append_usergroups.rb
eco-helpers-2.0.31 lib/eco/api/microcases/append_usergroups.rb
eco-helpers-2.0.30 lib/eco/api/microcases/append_usergroups.rb
eco-helpers-2.0.29 lib/eco/api/microcases/append_usergroups.rb
eco-helpers-2.0.28 lib/eco/api/microcases/append_usergroups.rb