Remove importer_user_mapping FF check from controller and job
The endpoints users use to accept or reject user mapping can't be behind the actor-based importer_user_mapping feature flag because we don't control which user group owners will reassign the contributions to. So, these endpoints need to be available to all users. Also the job can be enable/disable via Sidekiq Worker feature flags if needed
显示
- app/controllers/import/source_users_controller.rb 1 个添加, 2 个删除app/controllers/import/source_users_controller.rb
- app/workers/import/reassign_placeholder_user_records_worker.rb 0 个添加, 5 个删除...orkers/import/reassign_placeholder_user_records_worker.rb
- spec/workers/import/reassign_placeholder_user_records_worker_spec.rb 0 个添加, 12 个删除...s/import/reassign_placeholder_user_records_worker_spec.rb
想要评论请 注册 或 登录