"[MultiColumnList] formatter for property 'status' could not format"
Description
When viewing items, running against folio-backend-auth v0.8.3, there are many console messages of the form:
MultiColumnList.js:178 [MultiColumnList] formatter for property 'status' could not format Object {id: "2c88119b-09b6-48ae-bda2-0d96b97dd523", instanceId: "instance one", title: "my new book", barcode: "1234", materialType: Object…}
(The new issue about the Items create/edit form is .)
Mike Taylor April 13, 2017 at 9:01 AM
It's now apparent that the Create/Edit item form doesn't provide a way to specify a status at all – nor to choose a location from the available set, only to type one in. I'll file a separate issue for that.
For now, I am just going to make the formatter robust against such malformed records.
Mike Taylor April 13, 2017 at 8:57 AM
Here is the full object:
This looks like a record created in the application, for which no status was specified. It's not a well-behaved record, but the formatter should cope with it more gracefully than it does now.
When viewing items, running against folio-backend-auth v0.8.3, there are many console messages of the form: