diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index cf6a51c70..7af225213 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -3,6 +3,7 @@ - fixed #11757: Update the USPS International driver for new country names - fixed #11753: PayPal Plugin - Shipping not factored into total in paypal - fixed #11588: CMSmatrix - Comparing certain products ends in data errors + - fixed #11765: WebGUI/Asset/Wobject/Navigation.pm still uses obsolete PBtmpl0000000000000048 7.9.10 - fixed #11721: spamStopWords not in WebGUI.conf.original diff --git a/lib/WebGUI/Asset/Wobject/Navigation.pm b/lib/WebGUI/Asset/Wobject/Navigation.pm index a2d7f1260..ec8fdf49d 100644 --- a/lib/WebGUI/Asset/Wobject/Navigation.pm +++ b/lib/WebGUI/Asset/Wobject/Navigation.pm @@ -37,7 +37,7 @@ sub definition { templateId => { label => $i18n->get(1096), fieldType => "template", - defaultValue => 'PBtmpl0000000000000048' + defaultValue => 'PBnav00000000000bullet', }, mimeType => { label => $i18n->get('mimeType'),