Fixing stuff
This commit is contained in:
parent
38c78e3c62
commit
684f08649d
27 changed files with 672 additions and 414 deletions
|
|
@ -50,9 +50,9 @@ sub _load {
|
|||
my $other = _load($session, $hash->{$tag}{isa}{namespace});
|
||||
my $add = $other->{$hash->{$tag}{isa}{tag}}{fields};
|
||||
@{$hash->{$tag}{fields}} = (@{$hash->{$tag}{fields}}, @{$add});
|
||||
my $add = $other->{$hash->{$tag}{isa}{tag}}{related};
|
||||
$add = $other->{$hash->{$tag}{isa}{tag}}{related};
|
||||
@{$hash->{$tag}{related}} = (@{$hash->{$tag}{related}}, @{$add});
|
||||
my $add = $other->{$hash->{$tag}{isa}{tag}}{variables};
|
||||
$add = $other->{$hash->{$tag}{isa}{tag}}{variables};
|
||||
foreach my $row (@{$add}) {
|
||||
push(@{$hash->{$tag}{variables}}, {
|
||||
name=> $row->{name},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue