[Checkins] [zopefoundation/z3c.form] aeb340: Typos. [skip ci]

GitHub noreply at github.com
Tue Sep 19 08:26:21 CEST 2017


  Branch: refs/heads/issue_65
  Home:   https://github.com/zopefoundation/z3c.form
  Commit: aeb34064a5d269d30d9f1ba4be389a76633dc3c4
      https://github.com/zopefoundation/z3c.form/commit/aeb34064a5d269d30d9f1ba4be389a76633dc3c4
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  Typos. [skip ci]


  Commit: 4d0e62feaa312ce2cd014cb318f4eed134ffacca
      https://github.com/zopefoundation/z3c.form/commit/4d0e62feaa312ce2cd014cb318f4eed134ffacca
  Author: Paul Grunewald <paul.grunewald at gmail.com>
  Date:   2017-09-19 (Tue, 19 Sep 2017)

  Changed paths:
    M CHANGES.txt
    M src/z3c/form/browser/radio.py
    M src/z3c/form/browser/radio.txt

  Log Message:
  -----------
  Avoid duplicate IDs when using `QuerySourceRadioWidget` for non-required fields. (#62)

Avoid duplicate IDs when using `QuerySourceRadioWidget` for non-required fields.

The `items` method in `z3c.formwidget.query.widget.QuerySourceRadioWidget` creates for the empty value an input element with `-novalue` as ID-suffix. The base class RadioWidget generates in the method `renderForValue` two input elements with `-0` as ID-suffix - both for the special `--NOVALUE--` item and the regular first item. Keep using the `-novalue` variant in the first case.


  Commit: a189eff8244baf1d985f27ead3b2edb851cc403a
      https://github.com/zopefoundation/z3c.form/commit/a189eff8244baf1d985f27ead3b2edb851cc403a
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-09-19 (Tue, 19 Sep 2017)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M src/z3c/form/browser/radio.py
    M src/z3c/form/browser/radio.txt

  Log Message:
  -----------
  Merge branch 'master' into issue_65


Compare: https://github.com/zopefoundation/z3c.form/compare/ca2de3c99e70...a189eff8244b


More information about the checkins mailing list