Nice work!
the select2.js is the same as choosen? I really like it! should have a
web2py widget for this.
SUGGESTION:
it is very annoying to request "host/app/plugin_web2admin" the url does not
looks good. To change this, the hard option is tricking on routes. But
there is an easy way:
NOTE: it is a tricky, maybe it can change in the future, for now it works
nice.
On top of MODELS/PLUGIN_WEB2ADMIN.PY add
if request.controller == 'web2admin':
> request.controller = 'plugin_web2admin'
> response.view = response.view.replace('web2admin', 'plugin_web2admin')
now you can calll "localhost:8000/app/web2admin/"
I will start to use this, great work!
** is there a license?
--