diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index b9057f05f..6287d30d0 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -2,6 +2,8 @@ - fixed #8800: Errors in POD of Asset-related mix-in modules (Bernd Kalbfuß-Zimmermann) - fixed: Products imported into the Shelf have bad URLs - fixed: #9147: Misspellings in Account + - fixed: #9148: Account: account links do not work + - fixed: #9149: Account: default templates do not work right 7.6.4 - Survey now will show progress and time limit. diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index 6aa3385df..dae64b155 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -720,6 +720,7 @@ "AOIHits" : "AOIHits", "AOIRank" : "AOIRank", "AssetProxy" : "AssetProxy", + "BackToSite" : "BackToSite", "CanEditText" : "CanEditText", "CartItemCount" : "CartItemCount", "c" : "c_companyName", @@ -733,6 +734,7 @@ "GroupDelete" : "GroupDelete", "GroupText" : "GroupText", "H" : "H_homeLink", + "If" : "If", "International" : "International", "LastModified" : "LastModified", "L" : "L_loginBox", @@ -891,6 +893,7 @@ "WebGUI::Content::AssetManager", "WebGUI::Content::AssetDiscovery", "WebGUI::Content::AjaxI18N", + "WebGUI::Content::Account", "WebGUI::Content::Operation", "WebGUI::Content::Setup", "WebGUI::Content::Shop",