From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20003 invoked by alias); 28 Feb 2012 04:49:03 -0000 Received: (qmail 19995 invoked by uid 22791); 28 Feb 2012 04:49:02 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-gy0-f169.google.com (HELO mail-gy0-f169.google.com) (209.85.160.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 28 Feb 2012 04:48:49 +0000 Received: by ghrr18 with SMTP id r18so2813694ghr.0 for ; Mon, 27 Feb 2012 20:48:48 -0800 (PST) Received-SPF: pass (google.com: domain of patofiero@gmail.com designates 10.101.141.1 as permitted sender) client-ip=10.101.141.1; Authentication-Results: mr.google.com; spf=pass (google.com: domain of patofiero@gmail.com designates 10.101.141.1 as permitted sender) smtp.mail=patofiero@gmail.com; dkim=pass header.i=patofiero@gmail.com Received: from mr.google.com ([10.101.141.1]) by 10.101.141.1 with SMTP id t1mr604509ann.44.1330404528598 (num_hops = 1); Mon, 27 Feb 2012 20:48:48 -0800 (PST) MIME-Version: 1.0 Received: by 10.101.141.1 with SMTP id t1mr436832ann.44.1330404528555; Mon, 27 Feb 2012 20:48:48 -0800 (PST) Received: by 10.146.84.1 with HTTP; Mon, 27 Feb 2012 20:48:48 -0800 (PST) Date: Tue, 28 Feb 2012 04:49:00 -0000 Message-ID: Subject: Bugzilla problem with deleted and re-created flag type. From: "Carlos O'Donell" To: overseers@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org X-SW-Source: 2012-q1/txt/msg00069.txt.bz2 Overseers, Working as admin for the glibc product I recently created, deleted, and re-created a flag named "review." When I go to edit the bugzilla flag properties at this URL: http://sourceware.org/bugzilla/editflagtypes.cgi?action=edit&id=4 I get the following error: ~~~ Sources Bugzilla has suffered an internal error. Please save this page and send it to overseers@sourceware.org with details of what you were doing at the time this message appeared. URL: http://sourceware.org/bugzilla/editflagtypes.cgi?action=edit&id=4 There is no flag type with the ID 4. Traceback: at /www/sourceware/bugzilla/editflagtypes.cgi line 548 main::validateID(...) called at /www/sourceware/bugzilla/editflagtypes.cgi line 178 main::edit(...) called at /www/sourceware/bugzilla/editflagtypes.cgi line 82 ~~~ Any idea what's going on here? Cheers, Carlos.