- fix: "Link to a page in the webgui asset tree" has default "open in a new
window" - fix: cs - attachments fixed a tabbing problem in admin console introduced intraversion
This commit is contained in:
parent
833840a806
commit
24ed8f3e3f
6 changed files with 22 additions and 8 deletions
|
|
@ -440,7 +440,7 @@ An array of method names of the objects you want returned.
|
|||
|
||||
sub quick {
|
||||
my $self = shift;
|
||||
my @methods = shift;
|
||||
my @methods = @_;
|
||||
my @list = ();
|
||||
foreach my $method (@methods) {
|
||||
push(@list, $self->$method);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue