mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-04-13 21:16:16 -04:00
Previously, a manually changed service node name was always treated as a host node, causing validation to fail with "Host not found" when the input contained a service name, e.g. <serviceName on hostName>. Replace unnecessary `getNode()` calls with explicit `createHost()` or `createService()` call. |
||
|---|---|---|
| .. | ||
| AddNodeForm.php | ||
| BpConfigForm.php | ||
| BpUploadForm.php | ||
| CleanupNodeForm.php | ||
| DeleteNodeForm.php | ||
| EditNodeForm.php | ||
| GeneralConfigForm.php | ||
| MoveNodeForm.php | ||
| ProcessForm.php | ||
| SimulationForm.php | ||