View Issue Details

IDProjectCategoryView StatusLast Update
0000122Main CAcert Websiteorganisational sectionpublic2013-01-13 16:39
Reporterbrainstorm Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version2006 
Summary0000122: System Admin, Location DB: edit does not work
DescriptionWhen I add a new location, appears a blank entry. Then, when I click the edit link, nothing happens.
Additional InformationIn fact, when I tried to edit "Cataluna" entry it deleted itself without asking :-! (sorry! I hope you keep backups of this stuff).
TagsNo 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']);
aliasfix.patch (520 bytes)   
Reviewed by
Test Instructions

Activities

Sourcerer

2006-02-28 20:46

administrator   ~0000086

bug was fixed

Issue History

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 bluec Assigned To duane =>
2006-04-24 06:15 bluec Status solved? => closed
2013-01-13 16:39 Werner Dworak Fixed in Version => 2006