fix: Thingy: edit thing doesn't show any saved properties
This commit is contained in:
parent
4cb2afd998
commit
032d85c12d
1 changed files with 1 additions and 1 deletions
|
|
@ -1221,7 +1221,7 @@ sub www_editThing {
|
||||||
$thingId = $self->addThing(\%properties,0);
|
$thingId = $self->addThing(\%properties,0);
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
%properties = $self->getThing($thingId);
|
%properties = %{$self->getThing($thingId)};
|
||||||
}
|
}
|
||||||
|
|
||||||
$tabForm = WebGUI::TabForm->new($self->session, undef, undef, $self->getUrl('func=view'));
|
$tabForm = WebGUI::TabForm->new($self->session, undef, undef, $self->getUrl('func=view'));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue