Defect #19161
closed
- Status changed from New to Confirmed
- Target version set to 3.0.2
Started GET "/users?sort=mail%2Clogin" for 192.168.11.10 at 2015-03-20 12:35:41 +0900
Processing by UsersController#index as HTML
Parameters: {"sort"=>"mail,login"}
Current user: admin (id=1)
SQLite3::SQLException: no such column: mail: SELECT "users".* FROM "users"
WHERE "users"."type" IN ('User', 'AnonymousUser') AND (users.status <> 0)
AND "users"."status" = ? ORDER BY mail, login LIMIT 25 OFFSET 0
Completed 500 Internal Server Error in 4ms
ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: mail:
SELECT "users".* FROM "users" WHERE "users"."type" IN ('User', 'AnonymousUser')
AND (users.status <> 0) AND "users"."status" = ? ORDER BY mail, login LIMIT 25 OFFSET 0):
app/controllers/users_controller.rb:51:in `index'
- Status changed from Confirmed to Resolved
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Ability to sort users by email removed in r14140.
- Status changed from Resolved to Closed
Also available in: Atom
PDF