Skip to content

Commit

Permalink
Merge pull request #5869 from Hyperkid123/fix-emx-container-dialog-re…
Browse files Browse the repository at this point in the history
…direct

Fixed container provider custom button dialog redirect.

(cherry picked from commit 7059285)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1733376
  • Loading branch information
mzazrivec authored and simaishi committed Aug 16, 2019
1 parent 7fc867e commit c55d6f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/services/dialog_local_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ def determine_api_endpoints(obj, display_options = {})
"/ems_block_storage"
when "SwiftManager"
"/ems_object_storage"
when "ContainerManager"
"/ems_container/#{obj.id}"
else
"/ems_infra"
end
Expand Down

0 comments on commit c55d6f0

Please sign in to comment.