In the method hasSchema(doc, schema) of the behavior Nuxeo.FiltersBehavior located in the file nuxeo-app.html of the Nuxeo 10.10 distribution:
Orignal code reads:
hasSchema(doc, schema) {
return doc && doc.schemas && doc.schemas.some((sch) => sch.prefix === schema || schema.name === schema);
},
schema.name should be replaced by sch.name.
- is related to
-
ELEMENTS-1054 Fix stored value when saving a Document field in WebUI
- Resolved
-
ELEMENTS-1046 Add schemas filtering support to nuxeo-filter
- Resolved
- Is referenced in