Re: Huge commitfest app update upcoming: Tags, Draft CF, Help page, and automated commitfest creat/open/close
Jelte Fennema-Nio <postgres@jeltef.nl>
From: Jelte Fennema-Nio <postgres@jeltef.nl>
To: Aleksander Alekseev <aleksander@timescale.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, "David G. Johnston" <david.g.johnston@gmail.com>, Jacob Champion <jacob.champion@enterprisedb.com>, Florents Tselai <florents.tselai@gmail.com>
Date: 2025-06-25T19:59:23Z
Lists: pgsql-hackers
On Wed, 25 Jun 2025 at 20:29, Aleksander Alekseev <aleksander@timescale.com> wrote: > > Hi, > > > Fourth link down from the top of the link section - "Create a new commitfest entry" > > > > Adds it to 19-1; need to move it to Drafts if that is where it belongs. > > Found it. It was moved to the "Your personal dashboard" page. > Previously I used the CF page thus I couldn't find it. Ugh... Turns out it was a bug, there definitely should be a "New patch" button on both the 19-1 and on the Drafts page. And there was... but only if you were logged in as a staff user. I had changed a field name to from "isopen" to "is_open" and forgot to change the usage in that template. Very annoying that django templates not complaining about missing attributes...