Skip to content

Checks appended to all probes #191

Description

@mkofahl

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions