Skip to content

Commit

Permalink
Merge pull request #204 from plone/maurits-fix-i18n-attributes
Browse files Browse the repository at this point in the history
Fixed i18n attributes for View/Edit actions in dexterity type xml.
  • Loading branch information
gforcada committed Jun 22, 2017
2 parents ea0f442 + bb9479a commit f5c2759
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changelog
2.0 (unreleased)
------------------

- Fixed i18n attributes for View/Edit actions in dexterity type xml. [maurits]

- Seperate theme template from addon template, we now have plone_addon and plone_theme_package
[MrTango]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
category="object"
condition_expr=""
description=""
i18n:attributes="title description"
i18n:attributes="title; description"
title="View"
url_expr="string:${object_url}"
visible="True">
Expand All @@ -81,7 +81,7 @@
category="object"
condition_expr=""
description=""
i18n:attributes="title description"
i18n:attributes="title; description"
title="Edit"
url_expr="string:${object_url}/edit"
visible="True">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
category="object"
condition_expr=""
description=""
i18n:attributes="title description"
i18n:attributes="title; description"
title="View"
url_expr="string:${object_url}"
visible="True">
Expand All @@ -81,7 +81,7 @@
category="object"
condition_expr=""
description=""
i18n:attributes="title description"
i18n:attributes="title; description"
title="Edit"
url_expr="string:${object_url}/edit"
visible="True">
Expand Down

0 comments on commit f5c2759

Please sign in to comment.