fixed: Default Thing Name when adding a Thing is Thingy and should be Thing
This commit is contained in:
parent
0517715063
commit
8d756de290
2 changed files with 2 additions and 1 deletions
|
|
@ -26,6 +26,7 @@
|
||||||
- fix: Processing a Cash/Check Order
|
- fix: Processing a Cash/Check Order
|
||||||
- Rewrote Event Manager fromthe ground up.
|
- Rewrote Event Manager fromthe ground up.
|
||||||
- Added WebGUI.str javascript class with sprintf and trim methods.
|
- Added WebGUI.str javascript class with sprintf and trim methods.
|
||||||
|
- fixed: Default Thing Name when adding a Thing is Thingy and should be Thing
|
||||||
|
|
||||||
|
|
||||||
7.5.10
|
7.5.10
|
||||||
|
|
|
||||||
|
|
@ -1104,7 +1104,7 @@ sub www_editThing {
|
||||||
my $groupIdEdit = $self->get("groupIdEdit");
|
my $groupIdEdit = $self->get("groupIdEdit");
|
||||||
%properties = (
|
%properties = (
|
||||||
thingId=>$thingId,
|
thingId=>$thingId,
|
||||||
label=>$i18n->get('assetName'),
|
label=>$i18n->get('thing name label'),
|
||||||
editScreenTitle=>$i18n->get('edit screen title label'),
|
editScreenTitle=>$i18n->get('edit screen title label'),
|
||||||
groupIdAdd=>$groupIdEdit,
|
groupIdAdd=>$groupIdEdit,
|
||||||
groupIdEdit=>$groupIdEdit,
|
groupIdEdit=>$groupIdEdit,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue