Fix an i18n namespacing issue in the Navigation.
This commit is contained in:
parent
745b5d1aef
commit
f0b59bc52d
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ Manually build the edit form due to javascript elements.
|
|||
override getEditForm => sub {
|
||||
my $self = shift;
|
||||
my $fb = super();
|
||||
my $i18n = WebGUI::International->new($self->session, "Navigation");
|
||||
my $i18n = WebGUI::International->new($self->session, "Asset_Navigation");
|
||||
my ( $descendantsChecked, $ancestorsChecked, $selfChecked, $pedigreeChecked, $siblingsChecked );
|
||||
my @assetsToInclude = split( "\n", $self->assetsToInclude );
|
||||
my $afterScript;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue