alfonsodg / demo-web2py

Apache License 2.0
0 stars 0 forks source link

inconsistent GAE namespaces #187

Closed alfonsodg closed 10 years ago

alfonsodg commented 10 years ago

From jlundell on February 12, 2011 17:11:04

The GAE DAL call in the welcome app specifies a namespace ('mynamespace'), but the calls in admin and examples do not. Consequently a ticket generated in welcome can't be retrieved in admin.

(GAE namespaces aren't mentioned in the web2py book, I don't think. If the adaptor syntax is described, I didn't notice it.)

Original issue: http://code.google.com/p/web2py/issues/detail?id=189

alfonsodg commented 10 years ago

From massimo....@gmail.com on February 12, 2011 15:01:56

fixed by eliminating namespace in welcome. The rest must be fixed in the docs.

Status: Fixed