From 20f582f459c07d1b5f15a6a2ad128ec51291523b Mon Sep 17 00:00:00 2001 From: fs Date: Tue, 14 Apr 2026 22:26:18 +0200 Subject: [PATCH] refactor(helpdesk): remove redundant readonly fields from software product form MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Code and BC description are already shown in the aside — no need to duplicate them as readonly inputs in the form. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../helpdesk/software-products/_form.phtml | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/modules/helpdesk/pages/helpdesk/software-products/_form.phtml b/modules/helpdesk/pages/helpdesk/software-products/_form.phtml index 7baa032..d2d4725 100644 --- a/modules/helpdesk/pages/helpdesk/software-products/_form.phtml +++ b/modules/helpdesk/pages/helpdesk/software-products/_form.phtml @@ -12,26 +12,6 @@ $formId = $formId ?? 'software-product-form';
- - - - - -