From 59b01b4581e9b8bce0bb64fb26a00ea56d95828e Mon Sep 17 00:00:00 2001 From: Kaleb Murphy Date: Tue, 16 Sep 2008 15:34:55 +0000 Subject: [PATCH] After committing a version there is now a back to site link --- docs/changelog/7.x.x.txt | 2 +- lib/WebGUI/Operation/VersionTag.pm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 { .'' ); }