fixed: When latest Thing is removed from a Thingy only a drag button is displayed

This commit is contained in:
Yung Han Khoe 2008-04-21 15:47:11 +00:00
parent 8d756de290
commit 9b23399fdd
2 changed files with 5 additions and 0 deletions

View file

@ -27,6 +27,8 @@
- Rewrote Event Manager fromthe ground up.
- Added WebGUI.str javascript class with sprintf and trim methods.
- fixed: Default Thing Name when adding a Thing is Thingy and should be Thing
- fixed: When latest Thing is removed from a Thingy only a drag button is
displayed
7.5.10

View file

@ -1004,6 +1004,9 @@ sub view {
elsif ($defaultView eq "addThing"){
return $self->www_editThingData($defaultThingId,"new");
}
else{
return $self->processTemplate($var, undef, $self->{_viewTemplate});
}
}
else{
return $self->processTemplate($var, undef, $self->{_viewTemplate});