Skip to content

Commit

Permalink
Fixed Dynamic Groups Plugin ZMI view (fixes #33)
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Mar 26, 2019
1 parent 4cdf506 commit 1abe437
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Change Log

2.0b3 (unreleased)
------------------
- Fixed Dynamic Groups Plugin ZMI view
(`#33 <https://github.com/zopefoundation/Products.PluggableAuthService/issues/33>`_)

- Re-enabled XML-RPC support without requiring ZServer
(`#34 <https://github.com/zopefoundation/Products.PluggableAuthService/issues/34>`_)

Expand Down
8 changes: 4 additions & 4 deletions Products/PluggableAuthService/plugins/www/dgpGroups.zpt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<input type="checkbox" name="group_ids:list" value="GROUP_ID"
tal:attributes="value info/id" />
</td>
<td class="form-text" width="20%">
<td width="20%">
<a href="foo"
tal:attributes="href
string:${here/absolute_url}/${info/id}/manage_workspace"
Expand All @@ -47,15 +47,15 @@
<span tal:condition="info/title"
tal:content="string:(${info/title})">GROUP_TITLE</span>
</td>
<td class="form-text" width="5%">
<td width="5%">
<span tal:condition="info/active">Yes</span>
<span tal:condition="not: info/active">No</span>
</td>
<td class="form-text" width="35%"
<td width="35%"
tal:content="info/description"
>GROUP_DESCRIPTION
</td>
<td class="form-text" width="40%"
<td width="40%"
tal:content="info/predicate"
>GROUP_PREDICATE
</td>
Expand Down

0 comments on commit 1abe437

Please sign in to comment.