Skip to content

Commit

Permalink
Merge pull request #37 from jeedom/beta
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
zoic21 authored Apr 22, 2024
2 parents b701553 + 6c7515c commit 3450575
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/class/z2m.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1221,6 +1221,8 @@ public function execute($_options = array()) {
$logicalId = str_replace(array_keys($replace), $replace, $logicalId);
$logicalId = preg_replace( "/\"(\d+)\"/", '$1', $logicalId);
$logicalId = preg_replace( "/\"(\d+\.\d+)\"/", '$1', $logicalId);
$logicalId = preg_replace( "/\"(-\d+)\"/", '$1', $logicalId);
$logicalId = preg_replace( "/\"(-\d+\.\d+)\"/", '$1', $logicalId);
$datas = json_decode(str_replace('json::','',$logicalId),true);
}else{
$infos = explode('::', str_replace(array_keys($replace), $replace, $logicalId));
Expand Down
3 changes: 3 additions & 0 deletions docs/fr_FR/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
>
>S'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte.
# 22/04/2024

- Correction d'un bug sur duplication de commande (sur les scenes)
- Correction d'un bug sur les slider avec valeur negative

# 03/04/2024

Expand Down

0 comments on commit 3450575

Please sign in to comment.