Honcho version / commit
3.0.11
What happened?
When I open any view that shows conclusions and their level (peer view, dream view) all conclusions get labelled as explicit.
What did you expect?
I expected the deductive and inductive conclusions to be shown as such.
Steps to reproduce
- Use api directly to note any deductive and inductive conclusions
curl --request POST --url 'http://localhost:8000/v3/workspaces/hermes/conclusions/list?page=1&size=50' --header 'Content-Type: application/json' --data '{ "filters": { "level": "inductive"} }'
- Find the same conclusions in the OpenConcho interface in the peer view or the dream view and see that they are labeled and categorized as explicit.
Additional context
No response
Honcho version / commit
3.0.11
What happened?
When I open any view that shows conclusions and their level (peer view, dream view) all conclusions get labelled as explicit.
What did you expect?
I expected the deductive and inductive conclusions to be shown as such.
Steps to reproduce
curl --request POST --url 'http://localhost:8000/v3/workspaces/hermes/conclusions/list?page=1&size=50' --header 'Content-Type: application/json' --data '{ "filters": { "level": "inductive"} }'Additional context
No response