Skip to content

Commit 9eb9aef

Browse files
authored
Merge pull request #9026 from GilbertCherrie/fix_task_detail_page
Fix task details page
2 parents 262f184 + 0c65545 commit 9eb9aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/miq_task/show.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#task_div
22
= task_details_summary(@miq_task, @miq_server)
33
- record_ids = request_task_configuration_script_ids(@miq_task)
4-
- if record_ids.any?
4+
- if record_ids.present?
55
%h3
66
= _("Workflow States")
77
= react('RequestWorkflowStatus', {:ids => record_ids})

0 commit comments

Comments
 (0)