Skip to content

Commit

Permalink
Merge pull request ManageIQ#19157 from martinpovolny/automate_url_ope…
Browse files Browse the repository at this point in the history
…n_fixes

Open URL: expand to "Provider"
  • Loading branch information
carbonin authored Aug 16, 2019
2 parents a8aee20 + f1a0eda commit 082ed67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app/models/ext_management_system.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
class ExtManagementSystem < ApplicationRecord
include CustomActionsMixin
include SupportsFeatureMixin
include ExternalUrlMixin

def self.with_tenant(tenant_id)
tenant = Tenant.find(tenant_id)
Expand Down
1 change: 0 additions & 1 deletion app/models/provider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ class Provider < ApplicationRecord
include SupportsFeatureMixin
include TenancyMixin
include UuidMixin
include ExternalUrlMixin

belongs_to :tenant
belongs_to :zone
Expand Down

0 comments on commit 082ed67

Please sign in to comment.