Found a problem when adding checks to probes. Steps to reproduce:
- add a WMS or WMS resource
- remove all probes
- add a GetCapabilities probe (including the three default-checks)
- add a HttpGet+query probe
- add a "Has specific Content-Type" check to the HttpGet+query probe
- save
- monitor the /update request
Result: the "Has specific Content-Type" check is also set for the GetCapabilities probe.
I tried to find out why this happens and came to
|
$('.check-edit-forms').append(result); |
$('.check-edit-forms') returns all probes.
Found a problem when adding checks to probes. Steps to reproduce:
Result: the "Has specific Content-Type" check is also set for the GetCapabilities probe.
I tried to find out why this happens and came to
GeoHealthCheck/GeoHealthCheck/templates/edit_resource.html
Line 239 in eeef4d7
$('.check-edit-forms')returns all probes.