View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011930 | mantisbt | administration | public | 2010-05-14 08:33 | 2012-05-05 06:29 |
| Reporter | atrol | Assigned To | dhx | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.1 | ||||
| Target Version | 1.2.3 | Fixed in Version | 1.2.3 | ||
| Summary | 0011930: No display of unused and new users when using non english account settings | ||||
| Description | In page manage_user_page.php there is no display of new and unused users if account setting are not set to english. The three generated links to show ALL, UNUSED and NEW useres are There are other statements in this function where where variables are compared with hardcoded strings like 'ALL', 'NEW' and 'UNUSED' IMO the generated links should not be localized, because this might introduce further problems. | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master a4e6b210 2010-08-05 09:14 Details Diff |
Fix 0011930: Fix unused/new prefix filters on manage users page The UNUSED and NEW prefix filters on the manage users page were broken due to use of a translated language string as a lookup key. This has now been fixed to use constant keys "UNUSED" and "NEW" regardless of language used. |
Affected Issues 0011930 |
|
| mod - manage_user_page.php | Diff File | ||
|
MantisBT: master-1.2.x 94aaca80 2010-08-05 09:14 Details Diff |
Fix 0011930: Fix unused/new prefix filters on manage users page The UNUSED and NEW prefix filters on the manage users page were broken due to use of a translated language string as a lookup key. This has now been fixed to use constant keys "UNUSED" and "NEW" regardless of language used. |
Affected Issues 0011930 |
|
| mod - manage_user_page.php | Diff File | ||