Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

fix(host configuration) add massive change contact/cg update mode #5878

Merged
merged 3 commits into from
Nov 10, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions features/MassiveChangeHosts.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Feature: Massive Change on Hosts
Given I am logged in a Centreon server
And several hosts have been created with mandatory properties

@critical
Scenario: Configure by massive change several hosts with same properties
When I have applied Massive Change operation to several hosts
Then all selected hosts are updated with the same values
6 changes: 5 additions & 1 deletion www/include/configuration/configObject/host/formHost.ihtml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,11 @@
<tr class="list_lvl_1">
<td class="ListColLvl1_name" colspan="2"><h4>{t}Notification receivers{/t}</h4></td>
</tr>
{if $o == "mc"}
{if $o == "mc"}
<tr class="list_two">
<td class="FormRowField"><img class="helpTooltip" name="mc_update"> {$form.mc_mod_hcg.label}</td>
<td class="FormRowValue">{$form.mc_mod_hcg.html}</td>
</tr>
<tr class="list_one">
<td class="FormRowField"><img class="helpTooltip" name="contact_additive_inheritance"> {$form.mc_contact_additive_inheritance.label}</td>
<td class="FormRowValue">{$form.mc_contact_additive_inheritance.html}</td>
Expand Down