fixed: When latest Thing is removed from a Thingy only a drag button is displayed
This commit is contained in:
parent
8d756de290
commit
9b23399fdd
2 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue