projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba9f210
)
JavaScript-Menü: Der Schlüssel 'action' soll nicht als Parameter in den Link aufgenom...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 12 Aug 2008 12:06:15 +0000
(12:06 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 12 Aug 2008 12:06:15 +0000
(12:06 +0000)
SL/Menu.pm
patch
|
blob
|
history
diff --git
a/SL/Menu.pm
b/SL/Menu.pm
index
8ded1dd
..
60d78dd
100644
(file)
--- a/
SL/Menu.pm
+++ b/
SL/Menu.pm
@@
-121,7
+121,7
@@
sub menuitem_new {
$item->{href} = $self->{$name}->{href} || "${module}?action=" . $form->escape($action);
my @vars = qw(module target href);
- push @vars,
$action
unless ($self->{$name}->{href});
+ push @vars,
'action'
unless ($self->{$name}->{href});
map { delete $self->{$name}{$_} } @vars;