terraframe / geoprism-registry

GeoPrism Registry is a system for curating interlinked data through time. It's the first framework implementing the Common Geo-Registry specification.
https://geoprismregistry.com/
GNU Lesser General Public License v3.0
18 stars 5 forks source link

Validity 'Yes' and 'No' labels for Geo-Objects swapped #908

Closed rfromthecastle closed 1 year ago

rfromthecastle commented 1 year ago

List the CGR information

Describe the bug (clear and concise) Geo-Objects that are valid and display in lists have their validity attribute marked as 'No', while invalid Geo-Objects that do not display in lists have their validity attribute marked as 'Yes'.

To Reproduce

  1. As a Registry Maintainer, go to a list.
  2. Open a (valid) Geo-Object in the Explorer.
  3. The 'Validity' attribute is set to 'No'.
  4. Return to the list and check the 'Show invalid Geo-Objects' box.
  5. Open an invalid Geo-Object in the Explorer.
  6. The 'Validity' attribute is set to 'Yes'.

Expected behavior (clear and concise) Geo-Objects that are valid and display in lists have their validity attribute marked as 'Yes', while invalid Geo-Objects that do not display in lists have their validity attribute marked as 'No'.

Screenshots image

Desktop (please complete the following information):

Additional context (if any) None

rrowlands commented 1 year ago

This appears to be a regression. Those yes / no labels are supposed to read as valid / invalid.

rfromthecastle commented 1 year ago

Fix working on Staging

SteeveEbener commented 1 year ago

Any chance we could address ticket #682 at the same time? Thanks