collective / collective/collective.importexport
Include IBool type
Open
- Dominant language
- Python
- Stars
- 2
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
in import_view.py the IBool schema interface is imported but not used.
allowed_types in line 321 should include this
`allowed_types = [IText, IBytes, IBool, IInt, IFloat, IDecimal, IChoice, IDatetime, ITime, IDate]`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.