Обсуждение: [pgsql-www] Small bugfixes for the commitfest app

Поиск
Список
Период
Сортировка

[pgsql-www] Small bugfixes for the commitfest app

От
Daniel Gustafsson
Дата:
Spotted two small bugs while reading the code for the commitfest2 app.

  * The committer modal dialogue isn’t closing its <form>
  * The thead/tbody on the main patch listing page doesnt contain the same
  number of columns due to thead omitting hidden columns.  The fix is to
  include an empty <td></td> pair.

Fixed in the attached patches.

cheers ./daniel


-- 
Sent via pgsql-www mailing list (pgsql-www@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-www

Вложения

Re: [pgsql-www] Small bugfixes for the commitfest app

От
Magnus Hagander
Дата:


On Mon, Jun 19, 2017 at 10:57 PM, Daniel Gustafsson <daniel@yesql.se> wrote:
Spotted two small bugs while reading the code for the commitfest2 app.

  * The committer modal dialogue isn’t closing its <form>
  * The thead/tbody on the main patch listing page doesnt contain the same
  number of columns due to thead omitting hidden columns.  The fix is to
  include an empty <td></td> pair.

Fixed in the attached patches.

Both applied, thanks! 


--