From 16214dcd3c7fbd51276b31509cf20d29075f1e28 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Wed, 2 Jul 2025 15:58:18 +0200 Subject: [PATCH] [Station setup] Filter for active locations --- application/controllers/Stationsetup.php | 2 +- application/views/stationsetup/stationsetup.php | 2 +- assets/js/sections/stationsetup.js | 16 +++++++++++++++- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/application/controllers/Stationsetup.php b/application/controllers/Stationsetup.php index 996ad8511..aa0e7f418 100644 --- a/application/controllers/Stationsetup.php +++ b/application/controllers/Stationsetup.php @@ -362,7 +362,7 @@ class Stationsetup extends CI_Controller { private function stationlinked2html($linked) { if ($linked == 1) { - return ''; + return 'yes'; } return ''; } diff --git a/application/views/stationsetup/stationsetup.php b/application/views/stationsetup/stationsetup.php index f2920d817..c1bdfeb51 100644 --- a/application/views/stationsetup/stationsetup.php +++ b/application/views/stationsetup/stationsetup.php @@ -101,7 +101,7 @@

-

+