fixed: Thingy: on demo sites the edit and delete icons in search results have wrong url's
This commit is contained in:
parent
4acbd1f847
commit
21f4a85055
2 changed files with 3 additions and 2 deletions
|
|
@ -3,6 +3,7 @@
|
|||
- fixed: Rich editor image uploader doesn't follow size limits
|
||||
- make sure all tables are using UTF-8
|
||||
- fixed: Poll question/answers with international text corrupted
|
||||
- fixed: Thingy: on demo sites the edit and delete icons in search results have wrong url's
|
||||
- upgraded to TinyMCE 3
|
||||
|
||||
7.5.8
|
||||
|
|
|
|||
|
|
@ -2314,9 +2314,9 @@ sequenceNumber');
|
|||
);
|
||||
if ($self->hasPrivileges($thingProperties{groupIdEdit})){
|
||||
$templateVars{searchResult_delete_icon} = $session->icon->delete('func=deleteThingDataConfirm;thingId='
|
||||
.$thingId.';thingDataId='.$thingDataId,$url,$i18n->get('delete thing data warning'));
|
||||
.$thingId.';thingDataId='.$thingDataId,$self->get("url"),$i18n->get('delete thing data warning'));
|
||||
$templateVars{searchResult_edit_icon} = $session->icon->edit('func=editThingData;thingId='
|
||||
.$thingId.';thingDataId='.$thingDataId,$url);
|
||||
.$thingId.';thingDataId='.$thingDataId,$self->get("url"));
|
||||
}
|
||||
push(@searchResult_loop,\%templateVars);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue