[Checkins] [zopefoundation/Zope] 549c1c: Update ObjectPublishing.rst

GitHub noreply at github.com
Mon Mar 26 22:07:03 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Zope
  Commit: 549c1cab4398e6056ca608d3ef9c021c1517cf67
      https://github.com/zopefoundation/Zope/commit/549c1cab4398e6056ca608d3ef9c021c1517cf67
  Author: jugmac00 <jugmac00 at users.noreply.github.com>
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
    M docs/zdgbook/ObjectPublishing.rst

  Log Message:
  -----------
  Update ObjectPublishing.rst

When I tried to refactor a form submission (which allows up to five users to sign up at once) to make use of records, I stumbled upon the problem, that clicking a gender radio button for one user deactivated all the other users' gender selections. The problem was the name attribute of the input radio button, ie  name="users.gender:records". Unwilling to go back to the solution which numbered the fields (ie user_5_gender), I switched from radio buttons to select boxes.


  Commit: bf1b53717736a33e0b4638fb8456c720567060d9
      https://github.com/zopefoundation/Zope/commit/bf1b53717736a33e0b4638fb8456c720567060d9
  Author: jugmac00 <jugmac00 at users.noreply.github.com>
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
    M docs/zdgbook/ObjectPublishing.rst

  Log Message:
  -----------
  Update ObjectPublishing.rst

- follow character limit
- change phrasing


  Commit: 14bca366f27568ec2ba09b9345f94e0b0e640594
      https://github.com/zopefoundation/Zope/commit/14bca366f27568ec2ba09b9345f94e0b0e640594
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
    M docs/zdgbook/ObjectPublishing.rst

  Log Message:
  -----------
  Merge pull request #261 from jugmac00/patch-1

Update ObjectPublishing.rst


Compare: https://github.com/zopefoundation/Zope/compare/97147226fc97...14bca366f275


More information about the checkins mailing list