From 9b786eef67ebc098bb30d2d96ade3a601f597ec5 Mon Sep 17 00:00:00 2001 From: Rom1-B Date: Thu, 2 Apr 2026 13:34:46 +0200 Subject: [PATCH 1/2] Fix: Unknown '_sx' function --- templates/config.html.twig | 2 +- templates/preference.html.twig | 2 +- templates/profile.html.twig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/config.html.twig b/templates/config.html.twig index 048c496..fa1f854 100644 --- a/templates/config.html.twig +++ b/templates/config.html.twig @@ -107,7 +107,7 @@
diff --git a/templates/preference.html.twig b/templates/preference.html.twig index b12142a..ad05d74 100644 --- a/templates/preference.html.twig +++ b/templates/preference.html.twig @@ -49,7 +49,7 @@
diff --git a/templates/profile.html.twig b/templates/profile.html.twig index 71084e1..7bae5fc 100644 --- a/templates/profile.html.twig +++ b/templates/profile.html.twig @@ -49,7 +49,7 @@
From 5badf786fd041b83384b5ba82d0de52b4a787e53 Mon Sep 17 00:00:00 2001 From: Rom1-B Date: Thu, 2 Apr 2026 13:37:12 +0200 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d1546a..c40096c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [UNRELEASED] + +### Fixed + +- Fix error message "Unknown '_sx' function" + ## [1.20.0] - 2025-09-16 ### Added @@ -43,4 +49,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - GLPI 9.5 compatibility -