Commit 863f90f
authored
server: Fix ConceptDescription parsing (#420)
Previously, `ConceptDescription` were not parsed properly due to the
type missing in
`app.interfaces.base.HTTPApiDecoder.type_constructables_map`,
specifying which types are constructable.
This adds this line
Fixes #3951 parent 553d87a commit 863f90f
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
290 | 291 | | |
291 | 292 | | |
292 | 293 | | |
| |||
0 commit comments