View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0012761 | mantisbt | administration | public | 2011-02-10 10:56 | 2011-08-05 02:36 |
| Reporter | schoppi71 | Assigned To | atrol | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | duplicate | ||
| Summary | 0012761: 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: | ||||
| Tags | No tags attached. | ||||
|
which version do you use? |
|
|
MantisBT 1.2.2[^] |
|
|
Have a look at 0011930 |
|