alfonsodg / demo-web2py

Apache License 2.0
0 stars 0 forks source link

auth_user_read returns "invalid function" #123

Closed alfonsodg closed 10 years ago

alfonsodg commented 10 years ago

From tiago.he...@gmail.com on November 08, 2010 19:16:39

What steps will reproduce the problem? 1. create an app using the wizard with the "Populate" option turned off

  1. create a user for your app using appadmin
  2. click on the "view" link displayed for the created user (pointing to /yourapp/appadmin/auth_user_read/1) What is the expected output? What do you see instead? I expected to see a page displaying the details of the newly created user. Instead, I get an error page saying "invalid function". What version of the product are you using? On what operating system? I'm using revision 459bfc24b0c582ef1eae213bbf9bc564f645989f on OS X 10.6.4 Please provide any additional information below.

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

alfonsodg commented 10 years ago

From massimod...@gmail.com on November 17, 2010 15:11:48

This is now fixed in trunk

Status: Fixed