From 7a56c725865db759cc9f1fbb6b8b32e0fc6fb4e4 Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Wed, 4 Aug 2010 23:02:37 -0400 Subject: [PATCH] WebGUI/Asset/Wobject/Navigation.pm was still using obsolete template PBtmpl0000000000000048 Fixes #11765 --- lib/WebGUI/Asset/Wobject/Navigation.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Asset/Wobject/Navigation.pm b/lib/WebGUI/Asset/Wobject/Navigation.pm index 9a5372301..96b909d7a 100644 --- a/lib/WebGUI/Asset/Wobject/Navigation.pm +++ b/lib/WebGUI/Asset/Wobject/Navigation.pm @@ -30,7 +30,7 @@ property templateId => ( hoverHelp => ['1096 description', 'Asset_Navigation'], tab => 'display', fieldType => "template", - default => 'PBtmpl0000000000000048', + default => 'PBnav00000000000bullet', namespace => 'Navigation', ); property mimeType => ( @@ -357,7 +357,7 @@ Extend the superclass to add metadata and to preprocess the template. sub prepareView { my $self = shift; $self->SUPER::prepareView(); - my $template = WebGUI::Asset::Template->newById($self->session, $self->templateId); + my $template = WebGUI::Asset::Template->newById($self->session, $self->templateId); # part of Couldn't lookup className (param: PBtmpl0000000000000048) if (!$template) { WebGUI::Error::ObjectNotFound::Template->throw( error => qq{Template not found},