From 5ee422896ccc210427580385bdf8af4eb9162d10 Mon Sep 17 00:00:00 2001 From: Daniel Covington Date: Thu, 4 Jun 2026 14:51:51 -0400 Subject: [PATCH] Change PrintStream Job Name field from a single-line text input to a textarea on the board create and edit forms. The import script already parses newline-separated tokens; only the UI was blocking multi-filter entry. No backend changes required. --- app/Views/boards/create.php | 5 +++-- app/Views/boards/edit.php | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/Views/boards/create.php b/app/Views/boards/create.php index 5b892f3..48ab101 100644 --- a/app/Views/boards/create.php +++ b/app/Views/boards/create.php @@ -26,8 +26,9 @@
- + +
One filter per line. Each line is matched as a partial job name (case-insensitive).
diff --git a/app/Views/boards/edit.php b/app/Views/boards/edit.php index 83471be..36a5272 100644 --- a/app/Views/boards/edit.php +++ b/app/Views/boards/edit.php @@ -26,8 +26,9 @@
- + +
One filter per line. Each line is matched as a partial job name (case-insensitive).