Sha256: 226aa6318114d60b04318e6d56e1c5a7404a91b69797b15ad78998020d9becd2

Contents?: true

Size: 266 Bytes

Versions: 18

Compression:

Stored size: 266 Bytes

Contents

# frozen_string_literal: true

module Decidim
  module Comments
    class HideAllCreatedByAuthorJob < ::Decidim::HideAllCreatedByAuthorJob
      protected

      def base_query
        Decidim::Comments::Comment.not_hidden.where(author:)
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
decidim-comments-0.30.0.rc3 app/jobs/decidim/comments/hide_all_created_by_author_job.rb
decidim-comments-0.30.0.rc2 app/jobs/decidim/comments/hide_all_created_by_author_job.rb
decidim-comments-0.30.0.rc1 app/jobs/decidim/comments/hide_all_created_by_author_job.rb
decidim-comments-0.29.2 app/jobs/decidim/comments/hide_all_created_by_author_job.rb
decidim-comments-0.28.5 app/jobs/decidim/comments/hide_all_created_by_author_job.rb
decidim-comments-0.29.1 app/jobs/decidim/comments/hide_all_created_by_author_job.rb
decidim-comments-0.28.4 app/jobs/decidim/comments/hide_all_created_by_author_job.rb
decidim-comments-0.29.0 app/jobs/decidim/comments/hide_all_created_by_author_job.rb
decidim-comments-0.28.3 app/jobs/decidim/comments/hide_all_created_by_author_job.rb
decidim-comments-0.29.0.rc4 app/jobs/decidim/comments/hide_all_created_by_author_job.rb
decidim-comments-0.29.0.rc3 app/jobs/decidim/comments/hide_all_created_by_author_job.rb
decidim-comments-0.29.0.rc2 app/jobs/decidim/comments/hide_all_created_by_author_job.rb
decidim-comments-0.29.0.rc1 app/jobs/decidim/comments/hide_all_created_by_author_job.rb
decidim-comments-0.28.2 app/jobs/decidim/comments/hide_all_created_by_author_job.rb
decidim-comments-0.28.1 app/jobs/decidim/comments/hide_all_created_by_author_job.rb
decidim-comments-0.28.0 app/jobs/decidim/comments/hide_all_created_by_author_job.rb
decidim-comments-0.28.0.rc5 app/jobs/decidim/comments/hide_all_created_by_author_job.rb
decidim-comments-0.28.0.rc4 app/jobs/decidim/comments/hide_all_created_by_author_job.rb