Commit 52b1f3392c337566a8191a6e87d231073b51bbb5
1 parent
1b6077cb
Use version creator for who made the change in the version history
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4658 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/kt3/document/metadata_history.smarty
| ... | ... | @@ -17,7 +17,7 @@ |
| 17 | 17 | <tbody> |
| 18 | 18 | {foreach item=oVersion from=$versions} |
| 19 | 19 | <tr class="{cycle options=even,odd}"> |
| 20 | - <td class="username">{$context->getUserForId($oVersion->getModifiedUserId())}</td> | |
| 20 | + <td class="username">{$context->getUserForId($oVersion->getVersionCreatorId())}</td> | |
| 21 | 21 | <td class="date">{$oVersion->getMetadataVersion()}</td> |
| 22 | 22 | {capture assign=version}{$oVersion->getMajorVersionNumber()}.{$oVersion->getMinorVersionNumber()}{/capture} |
| 23 | 23 | {capture assign=versionid}{$oVersion->getContentVersionId()}{/capture} | ... | ... |