Closed Bug 5603 Opened 26 years ago Closed 23 years ago

No link to editowners.cgi

Categories

(Bugzilla :: Bugzilla-General, defect, P3)

defect

Tracking

()

VERIFIED INVALID

People

(Reporter: mhamby, Assigned: justdave)

Details

First, congradulations Terry and Sam for an outstanding piece of software. Still getting to know it, but love it already. To business: Current CVS version of Bugzilla (2.3 27-apr-99) has no means to invoke the 'editowners.cgi' script. It was apparently accidently removed during addition of 'editcomponents.cgi' script. I patched editcomponents.cgi (CVS version 1.1) to add a link to 'editowners.cgi' rather than putting the link in 'query.cgi'. My patch follows. I apologize if it is not in correct format. I have not done sent back many updates to developers before. --- orig/editcomponents.cgi Thu Mar 11 16:48:41 1999 +++ new/editcomponents.cgi Tue Apr 27 20:21:30 1999 @@ -45,6 +45,10 @@ PutHeader("Edit Components"); print "This lets you edit the program components of bugzilla.\n"; +print "<hr>"; +print "<a href=editowners.cgi>Edit component owners.</a><br>\n"; +print "<hr>"; print "<form method=post action=doeditcomponents.cgi>\n";
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Well, actually, editowners doesn't do anything that you can't also do with editcomponents. editowners.cgi is dead code now.
Verif.
Status: RESOLVED → VERIFIED
QA Contact: matty
moving all closed Bugzilla bugs to the new Bugzilla product. This batch is DUPLICATE/INVALID/WORKSFORME/WONTFIX reassigning to default owner and QA in case of the bug being reopened. Clearing milestones, since we really shouldn't have them on these types of resolutions. Sorry for the spam everyone...
Assignee: terry → justdave
Status: VERIFIED → NEW
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: other → unspecified
damn, bit by bug 30731. sorry for the respam... one more coming to complete fixing this...
Status: NEW → RESOLVED
Closed: 26 years ago23 years ago
finishing status correction
Status: RESOLVED → VERIFIED
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.