diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 554354735..d8fb80429 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -48,7 +48,7 @@ - rfe: Add url to list of attributes tracked in assetHistory - fixed: Article now only allows 2 files to be uploaded - fixed: DataForms can now export all non-default fields - + - rfe: After committing a version there is now a back to site link 7.5.22 - fixed: Layout template now gets prepared correctly - fixed: When user does not have permissions to search/edit a thing a proper error is shown. diff --git a/lib/WebGUI/Operation/VersionTag.pm b/lib/WebGUI/Operation/VersionTag.pm index 0c50b889f..be4553b4d 100644 --- a/lib/WebGUI/Operation/VersionTag.pm +++ b/lib/WebGUI/Operation/VersionTag.pm @@ -442,6 +442,7 @@ sub www_commitVersionTagConfirm { .'
' ); }