Skip to content

Commit 55e4c55

Browse files
committed
Add ConfigurationScriptBase#manager_name for catalog UI
1 parent 923d0fa commit 55e4c55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/models/configuration_script_base.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ class ConfigurationScriptBase < ApplicationRecord
1010
belongs_to :parent, :class_name => "ConfigurationScriptBase"
1111
belongs_to :miq_task
1212

13+
delegate :name, :to => :manager, :prefix => true
14+
1315
has_many :children,
1416
:class_name => "ConfigurationScriptBase",
1517
:foreign_key => "parent_id",

0 commit comments

Comments
 (0)