CatalogueOfLife / checklistbank

UI for checklistbank.org
https://www.checklistbank.org/
6 stars 2 forks source link

Setting sector target/subject to NULL not working #1279

Closed mdoering closed 9 months ago

mdoering commented 9 months ago

When clearing a sector target it ends up as being verbatim "null" instead of having no target value:

"id":1,
"target":{
    "broken":true,
    "label":"null",
    "labelHtml":"null",
},
"subjectDatasetKey":2232,
"subject":{
    "id":"xGL",
    "name":"Polygonaceae",
    "rank":"family",
    "status":"accepted",
    "broken":false,
    "label":"Polygonaceae",
    "labelHtml":"Polygonaceae",
},
"originalSubjectId":"xGL",
"mode":"merge"
image
mdoering commented 9 months ago

Ah, it is working fine