Commit de59efff57a8ea5ad8951858bdd502a32c6e90bf
1 parent
0888748d
Merged in from STABLE trunk.
KTS-3746 "Document Metadata comparison 'with Current version' is not working." Fixed. The base/current version was incorrectly calling the same version as the comparison version. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9427 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/ktcore/document/metadata_history.smarty
| ... | ... | @@ -37,7 +37,7 @@ |
| 37 | 37 | <strong>{i18n}current version{/i18n}</strong> |
| 38 | 38 | {else} |
| 39 | 39 | {if ($oVersion->getMetadataStatusID() != VERSION_DELETED)} |
| 40 | - <a href="{addQS}action=viewComparison&fDocumentId={$document->getId()}&fBaseVersion={$oVersion->getMetadataVersionId()}&fComparisonVersion={$oVersion->getCurrentMetadataVersionId()}{/addQS}">{i18n}Metadata{/i18n}</a> | |
| 40 | + <a href="{addQS}action=viewComparison&fDocumentId={$document->getId()}&fBaseVersion={$document->getCurrentMetadataVersionId()}&fComparisonVersion={$oVersion->getCurrentMetadataVersionId()}{/addQS}">{i18n}Metadata{/i18n}</a> | |
| 41 | 41 | {if ($bShowCompare)} |
| 42 | 42 | | |
| 43 | 43 | {if ($document->getMimeTypeID() != $oVersion->getMimeTypeID())} | ... | ... |