Version 2 (modified by 16 years ago) ( diff ) | ,
---|
We need Many-to-Many support for GIS Feature Groups (to be able to select a mixture of Feature Classes &/or individual Features) & for the Person Registry
Web2Py doesn't really support Many-to-Many SQL tables.
It can kind-of do it using Tagging widgets:
- t2.tag_widget()
- multiple=True
These are great for selecting between a relatively small number of options (the second supports the jquery multiselect plugin. However they aren't scalable & also don't have proper referential integrity.
I think the ideal should be something like:
My request to Web2Py list:
Note:
See TracWiki
for help on using the wiki.