From ed00a41fdb4bfe20569dcc303f3a7a66cedbea59 Mon Sep 17 00:00:00 2001 From: MyuTsu Date: Tue, 6 Jan 2026 09:47:08 +0100 Subject: [PATCH 1/2] fix(model): display subform when model is already selected on page reload --- templates/clientinjection.html.twig | 42 ++++++++++++++++++----------- 1 file changed, 27 insertions(+), 15 deletions(-) diff --git a/templates/clientinjection.html.twig b/templates/clientinjection.html.twig index 3a2bb815..590b9cae 100644 --- a/templates/clientinjection.html.twig +++ b/templates/clientinjection.html.twig @@ -68,21 +68,33 @@ - {% if models_id %} -
-
- {% if step == upload_step %} - - {% elseif step == result_step %} - - {% endif %} -
-
- {% endif %} + \ No newline at end of file From 5977e220c31cef00e3bfbd1ace2c5f03e98633f6 Mon Sep 17 00:00:00 2001 From: MyuTsu Date: Tue, 6 Jan 2026 09:57:35 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8facf95e..02f8428d 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 model subform not displayed after page reload + ## [2.15.3] - 2025-12-22 ### Fixed