Skip to content

Commit

Permalink
Merge pull request ezsystems#1114 from joaoinacio/EZP-23672_versionvi…
Browse files Browse the repository at this point in the history
…ew_object_modifier

Fix EZP-23672: display modifier of latest version in versionview
  • Loading branch information
João Inácio committed Nov 24, 2014
2 parents 79ed304 + b3a6f79 commit 496dc7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion design/admin/templates/content/parts/object_information.tpl
Expand Up @@ -29,8 +29,9 @@
<p>
<label>{'Modified'|i18n( 'design/admin/content/history' )}:</label>
{if $object.modified}
{def $latest_version=$object.versions|extract_right(1)[0]}
{$object.modified|l10n( shortdatetime )}<br />
{$object.current.creator.name|wash}
{$latest_version.creator.name|wash}
{else}
{'Not yet published'|i18n( 'design/admin/content/history' )}
{/if}
Expand Down

0 comments on commit 496dc7f

Please sign in to comment.