intermine / intermine/intermine-apps-c
list-widgets: correctly introspect the model in #all
Open
update app
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
When deciding which widgets are suitable, use the introspection facilities of the `intermine.Model`.
``` coffee-script
listType = model.makePath list.type
suitable = (w for w in widgets when _.any w.targets, listType.isa)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.