wmo-im / wis2-subscription-manager

An Electron application for browsing a WIS2 Global Discovery Catalogue, configuring WIS2 subscriptions, and viewing download metrics.
Apache License 2.0
2 stars 1 forks source link

Unexpected behaviour when adding a pending topic that intersects with an active topic #47

Closed RoryPTB closed 4 months ago

RoryPTB commented 4 months ago

Suppose we have a topic cache/a/wis2/centre/# that is currently active. When we try to add a pending topic that intersects with this, cache/a/wis2/centre/something/..., we find:

Actual behaviour: The add topic dialog switches to the active topic configuration dialog.

Intended behaviour: The add topic dialog stays and a validation error is shown below the topic text field, which prevents the user from adding the topic.

RoryPTB commented 4 months ago

Addressed in PR#50.