View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000122 | Main CAcert Website | organisational section | public | 2006-01-11 06:37 | 2013-01-13 16:39 |
| Reporter | brainstorm | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Fixed in Version | 2006 | ||||
| Summary | 0000122: System Admin, Location DB: edit does not work | ||||
| Description | When I add a new location, appears a blank entry. Then, when I click the edit link, nothing happens. | ||||
| Additional Information | In fact, when I tried to edit "Cataluna" entry it deleted itself without asking :-! (sorry! I hope you keep backups of this stuff). | ||||
| Tags | No tags attached. | ||||
| Attached Files | aliasfix.patch (520 bytes)
--- account.php.orig 2006-02-26 17:37:28.000000000 +0000
+++ account.php 2006-02-26 17:42:23.000000000 +0000
@@ -1907,7 +1907,7 @@
exit;
}
- if($oldid == 54 || ($id == 53 && $_REQUEST['action'] != "") || ($id == 54 && $_REQUEST['action'] != "" && $_REQUEST['action'] != "aliases"))
+ if($oldid == 54 || ($id == 53 && $_REQUEST['action'] != "") || ($id == 54 && $_REQUEST['action'] != "" && $_REQUEST['action'] != "aliases" && $_REQUEST['action'] != "edit"))
{
$id = 53;
$ccid = intval($_REQUEST['ccid']);
| ||||
| Reviewed by | |||||
| Test Instructions | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2006-01-11 06:37 | brainstorm | New Issue | |
| 2006-02-27 04:37 | Sourcerer | File Added: aliasfix.patch | |
| 2006-02-27 04:39 | Sourcerer | File Deleted: aliasfix.patch | |
| 2006-02-27 04:40 | Sourcerer | File Added: aliasfix.patch | |
| 2006-02-27 04:41 | Sourcerer | Status | new => needs work |
| 2006-02-27 04:41 | Sourcerer | Assigned To | => duane |
| 2006-02-28 20:46 | Sourcerer | Status | needs work => solved? |
| 2006-02-28 20:46 | Sourcerer | Fixed in Version | => production |
| 2006-02-28 20:46 | Sourcerer | Resolution | open => fixed |
| 2006-02-28 20:46 | Sourcerer | Note Added: 0000086 | |
| 2006-04-24 06:15 |
|
Assigned To | duane => |
| 2006-04-24 06:15 |
|
Status | solved? => closed |
| 2013-01-13 16:39 | Werner Dworak | Fixed in Version | => 2006 |