Skip to content

Commit e12b346

Browse files
authored
Merge pull request #6376 from hstastna/Edit_Tags_no_select_ConfiguredSystems
Disable clicking on Edit Tags without selecting Configured Systems
2 parents 97340d5 + ebae196 commit e12b346

File tree

1 file changed

+2
-1
lines changed
  • app/helpers/application_helper/toolbar/configured_system/automation

1 file changed

+2
-1
lines changed

app/helpers/application_helper/toolbar/configured_system/automation/policy_mixin.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ def self.included(included_class)
1515
:url => "tagging",
1616
:url_parms => "main_div",
1717
:send_checked => true,
18-
:enabled => true
18+
:enabled => true,
19+
:onwhen => "1+"
1920
),
2021
]
2122
),

0 commit comments

Comments
 (0)