app/helpers/miq_request_helper.rb
Use filter_map
instead. Open
Open
miq_request.miq_request_tasks.map { |task| task.options&.dig(:configuration_script_id) }.compact
- Create a ticketCreate a ticket
- Exclude checks
filter_map
instead. miq_request.miq_request_tasks.map { |task| task.options&.dig(:configuration_script_id) }.compact