Bugfix [ 886432 ] endless loop in group of groups
This commit is contained in:
parent
aa0bcfe693
commit
585d18da7b
2 changed files with 13 additions and 5 deletions
|
|
@ -115,7 +115,7 @@ sub www_editNavigation {
|
|||
$config->{showUnprivilegedPages} = 0;
|
||||
$config->{'reverse'} = 0;
|
||||
}
|
||||
my $output = '<h1>'.WebGUI::International::get(22, 'Navigation').'</h1>';
|
||||
my $output = helpIcon(79).'<h1>'.WebGUI::International::get(22, 'Navigation').'</h1>';
|
||||
tie my (%tabs) , 'Tie::IxHash';
|
||||
%tabs = (
|
||||
properties=>{
|
||||
|
|
@ -270,7 +270,7 @@ sub www_editNavigationSave {
|
|||
#-------------------------------------------------------------------
|
||||
sub www_listNavigation {
|
||||
return WebGUI::Privilege::insufficient() unless (WebGUI::Privilege::isInGroup(3));
|
||||
my $output .= '<h1>'.WebGUI::International::get(34,'Navigation').'</h1>';
|
||||
my $output .= helpIcon(80).'<h1>'.WebGUI::International::get(34,'Navigation').'</h1>';
|
||||
my $sth = WebGUI::SQL->read("select navigationId, identifier from Navigation order by identifier");
|
||||
my $i = 0;
|
||||
my @row = ();
|
||||
|
|
@ -315,7 +315,7 @@ sub www_previewNavigation {
|
|||
<tr><td class="tableHeader" valign="top">
|
||||
Configuration
|
||||
</td><td class="tableHeader" valign="top">Output</td></tr>
|
||||
<tr><td class="tableData" valign="top">
|
||||
<tr><td class="tableHeader" valign="top">
|
||||
<font size=1>
|
||||
Identifier: $session{form}{identifier}<br>
|
||||
startAt: $session{form}{startAt}<br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue