fix issues related to school year
Tests / PHPUnit (push) Failing after 34s

This commit is contained in:
root
2026-07-31 18:52:25 -04:00
parent 8d7ee3b9fc
commit 09ea144bb2
23 changed files with 537 additions and 218 deletions
+6
View File
@@ -40,6 +40,9 @@
<link rel="stylesheet" href="https://cdn.datatables.net/1.13.10/css/dataTables.bootstrap5.min.css">
<!-- DataTables FixedHeader (Bootstrap 5 theme) -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/datatables.net-fixedheader-bs5@3.4.0/css/fixedHeader.bootstrap5.min.css">
<?php if (session()->get('is_logged_in')): ?>
<link rel="stylesheet" href="<?= base_url('assets/css/session-timeout.css') ?>">
<?php endif; ?>
<!-- Note: Avoid loading a second Bootstrap build to prevent conflicts with CDN 5.3.3 -->
<?php
@@ -753,5 +756,8 @@
})();
</script>
<?= $this->renderSection('scripts') ?>
<?php if (session()->get('is_logged_in')): ?>
<script src="<?= base_url('assets/js/session_timeout.js') ?>"></script>
<?php endif; ?>
</body>
</html>