mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
Cleanup & CSS
This commit is contained in:
@@ -502,12 +502,12 @@ class Student extends FHC_Controller
|
||||
}
|
||||
|
||||
// TODO(chris): DEBUG
|
||||
$result = $this->PrestudentModel->loadWhere([
|
||||
/*$result = $this->PrestudentModel->loadWhere([
|
||||
'pestudent_id' => 1
|
||||
]);
|
||||
if (isError($result)) {
|
||||
return $result;
|
||||
}
|
||||
}*/
|
||||
|
||||
return success(true);
|
||||
}
|
||||
|
||||
@@ -6,12 +6,13 @@
|
||||
'fontawesome6' => true,
|
||||
'vue3' => true,
|
||||
#'primevue3' => true,
|
||||
'filtercomponent' => true,
|
||||
#'filtercomponent' => true,
|
||||
'tabulator5' => true,
|
||||
'phrases' => [],
|
||||
'customCSSs' => [
|
||||
'public/css/Studentenverwaltung.css',
|
||||
'public/css/components/vue-datepicker.css'
|
||||
'public/css/components/vue-datepicker.css',
|
||||
'public/css/components/primevue.css',
|
||||
'public/css/Studentenverwaltung.css'
|
||||
],
|
||||
'customJSs' => [
|
||||
#'vendor/npm-asset/primevue/tree/tree.min.js',
|
||||
|
||||
Reference in New Issue
Block a user