Attach Template to Alert-Rule not working since update

Since the update from 17.6.25, its no longer possible to attach a alert-template to an alert-rule. Im building some new templates this week, so im sure, its working before the update. In existing templates, the field for " Attach template to rules" is also empty.

Here the output from ./validate:

librenms@srv-app-012:~$ ./validate.php

Component Version
LibreNMS 25.6.0-18-gbb5bfdbd2 (2025-06-18T23:52:01+02:00)
DB Schema 2025_06_11_173916_drop_alert_rule (344)
PHP 8.3.22
Python 3.10.12
Database MariaDB 10.6.22-MariaDB-0ubuntu0.22.04.1
RRDTool 1.7.2
SNMP 5.9.1
===========================================

[OK] Composer Version: 2.8.9
[OK] Dependencies up-to-date.
[OK] Database Connected
[OK] Database Schema is current
[OK] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[OK] Database and column collations are correct
[OK] Database schema correct
[OK] MySQL and PHP time match
[OK] Distributed Polling setting is enabled globally
[OK] Connected to rrdcached
[OK] Active pollers found
[OK] Dispatcher Service not detected
[OK] Locks are functional
[OK] Python poller wrapper is polling
[OK] Redis is functional
[OK] rrdtool version ok
[OK] Connected to rrdcached
[WARN] Your local git contains modified files, this could prevent automatic updates.
[FIX]:
You can fix this with ./scripts/github-remove
Modified Files:
resources/definitions/os_detection/lambdatrail.yaml
librenms@srv-app-012:~$

When I edit the alert rule, i see some error in logs/error_log:

2025/06/19 09:37:19 [error] 423957#423957: 14920 FastCGI sent in stderr: “PHP message: PHP Error(2): Undefined array key “type” in /opt/librenms/includes/html/forms/parse-alert-template.inc.php:40” while reading response header from upstream, client: ..., server: , request: “POST /ajax_form.php HTTP/2.0”, upstream: “fastcgi://unix:/run/php-fpm-librenms.sock:”, host: "", referrer: "https://***/templates"

Was fixed yesterday, update your install

Hi laf, my installation was updated 00:00 CEST, so I have to run ./daily manually to get the update.

thank you for the support.