Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gz8sw-0004dm-9B for pgsql-www@arkaria.postgresql.org; Wed, 27 Feb 2019 23:45:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gz8su-0000V9-Tl for pgsql-www@arkaria.postgresql.org; Wed, 27 Feb 2019 23:45:08 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gz8su-0000V2-OT for pgsql-www@lists.postgresql.org; Wed, 27 Feb 2019 23:45:08 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gz8ss-00074J-1a for pgsql-www@lists.postgresql.org; Wed, 27 Feb 2019 23:45:08 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id x1RNj1kB015211; Wed, 27 Feb 2019 18:45:01 -0500 From: Tom Lane To: Alvaro Herrera cc: w^3 , Magnus Hagander Subject: Re: CF app: "target version" entered twice? In-reply-to: <20190227232603.GA3137@alvherre.pgsql> References: <20190227232603.GA3137@alvherre.pgsql> Comments: In-reply-to Alvaro Herrera message dated "Wed, 27 Feb 2019 20:26:03 -0300" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <15209.1551311101.1@sss.pgh.pa.us> Date: Wed, 27 Feb 2019 18:45:01 -0500 Message-ID: <15210.1551311101@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Alvaro Herrera writes: > I just created a new patch in the commitfest app > (https://commitfest.postgresql.org/22/new/). The app asked me on the > first page for the target version ... and then again on the second page. > And it didn't remember what I selected first. Yeah, I noticed the same a couple days ago. > I suppose the fix is just to remove the "target version" selectable on > the first page? Seems like the path of least resistance. I'm not sure this is so important it has to be on the first page, anyway. regards, tom lane