martin-denizet / redmine_login_audit

Redmine plugin to log successful login attempts in Redmine
44 stars 30 forks source link

search by firstname or lastname #17

Closed mmaker86 closed 8 years ago

mmaker86 commented 8 years ago

Hi, Doesn't work search by firstname or lastname after upgrade to latest version of login_audit:

Internal error An error occurred on the page you were trying to access. If you continue to experience problems please contact your Redmine administrator for assistance.

Unknown column 'users.firstname' in 'where clause': SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM login_audits WHERE (( users.firstname LIKE '%resr%')) LIMIT 50 OFFSET 0) subquery_for_count

martin-denizet commented 8 years ago

Thanks, will check it out!

mmaker86 commented 8 years ago

Hi, is there any news about issue?

martin-denizet commented 8 years ago

Please update to version 0.2.2, that should do it. Note that you will need to run the bundle install again.