Skip to:
The "Add a new location" modal on the "Manage Monitoring Locations" page does not check for required values.
If the form is submitted with the no values at all, the server responds with "415 Unsupported Media Type", and no error is shown.
If the form is submitted with only a location name, the server responds with "500 Server Error", and no error is shown.
PR: https://github.com/OpenNMS/opennms/pull/1417
The "Add a new location" modal on the "Manage Monitoring Locations" page does not check for required values.
If the form is submitted with the no values at all, the server responds with "415 Unsupported Media Type", and no error is shown.
If the form is submitted with only a location name, the server responds with "500 Server Error", and no error is shown.