* Fixed notifcation skins in HopObject to prevent ugly "null" output; from now on only the ID of the created/modified object is displayed.
* Fixed bug in Story.summary_macro() preventing additional arguments from being used to render metadata content * Added root.sites to _parent mapping in Site.properties
This commit is contained in:
parent
b5f3128757
commit
31251b6809
4 changed files with 9 additions and 10 deletions
|
|
@ -17,9 +17,9 @@ proceed.' %></p>
|
|||
<% #notify_create %>
|
||||
<% gettext 'Hello {0}.' <% membership.name %> %>
|
||||
|
||||
<% gettext 'This message wants to inform you that on {0} user {1} published the
|
||||
{2} "{3}" [1].' <% this.modified short %> <% this.modifier %>
|
||||
<% this.kind %> <% this.title %> %>
|
||||
<% gettext 'This message wants to inform you that on {0} user {1} published a
|
||||
new {2} [1].' <% this.modified short %> <% this.modifier %>
|
||||
<% this.kind %> %>
|
||||
|
||||
<% gettext "Best regards." %>
|
||||
<% gettext "The Management" %>
|
||||
|
|
@ -31,9 +31,9 @@ proceed.' %></p>
|
|||
<% #notify_edit %>
|
||||
<% gettext 'Hello {0}.' <% membership.name %> %>
|
||||
|
||||
<% gettext 'This message wants to inform you that on {0} user {1} modified the
|
||||
{2} "{3}" [1].' <% this.modified short %> <% this.modifier %>
|
||||
<% this.kind %> <% this.title %> %>
|
||||
<% gettext 'This message wants to inform you that on {0} user {1} modified
|
||||
{2} #{3} [1].' <% this.modified short %> <% this.modifier %>
|
||||
<% this.kind %> <% this.id %> %>
|
||||
|
||||
<% gettext "Best regards." %>
|
||||
<% gettext "The Management" %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue