View Issue Details

IDProjectCategoryView StatusLast Update
0012761mantisbtadministrationpublic2011-08-05 02:36
Reporterschoppi71 Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionduplicate 
Summary0012761: Manage User page filter problem with german laguage
Description

If I use Mantis with german language and I choose within the user manage page the NEW (NEU) or UNUSED (UNBENUTZT) Filter button a wrong SQL is generated:

SELECT * FROM mantis_user_table WHERE (username like 'UNBENUTZT%') ORDER BY username ASC

SELECT * FROM mantis_user_table WHERE (username like 'NEU%') ORDER BY username ASC

SQL script for unused with english language:
SELECT * FROM mantis_user_table WHERE (login_count = 0) AND ( date_created = last_visit ) ORDER BY username ASC

TagsNo tags attached.

Relationships

duplicate of 0011930 closeddhx No display of unused and new users when using non english account settings 

Activities

atrol

atrol

2011-02-11 02:42

developer   ~0028201

which version do you use?

schoppi71

schoppi71

2011-02-11 02:56

reporter   ~0028202

MantisBT 1.2.2[^]
Copyright © 2000 - 2010 MantisBT Group

atrol

atrol

2011-02-11 03:23

developer   ~0028203

Have a look at 0011930
I think this is the same issue which is fixed since version 1.2.3
Feel free to reopen this issue, if it's not fixed after updating your installation.