isamplesorg / isamples_inabox

Provides functionality intermediate to a collection and central
0 stars 1 forks source link

facets in UI do not show all values #369

Open smrgeoinfo opened 2 months ago

smrgeoinfo commented 2 months ago

at https://central.isample.xyz/isamples_central/ui/#/

when I click the registrant Facet for Adam Mansur (who registered a lot of minerals), the only choice on the material facet is 'Organic Material'. Should see 'Mineral' among others....

With no registrant selected, the material facet only shows 'Particulate' and 'Soil' as subclasses under 'Natural Solid Material'.

I should see this: https://isamples.slack.com/files/U01KK5U4HEC/F0708PFE6TS/image.png.

Facets don't seem to be getting constructed correctly

dannymandel commented 2 months ago

The data for the record correctly shows "Mineral" image And the JSON shows "Mineral" as well: https://central.isample.xyz/isamples_central/thing/IGSN%3ANHB004PF4?format=core

dannymandel commented 2 months ago

The material type vocabulary handler definitely has mineral in the list https://central.isample.xyz/isamples_central/vocabulary/material_type

hyunssong commented 2 months ago

This seems to be a bug that appeared after adding a functionality to the hierarchy facet, I will work on this issue