+ = $this->p->t('studierendenantrag', 'btn_show_lvs'); ?>
+
= $this->p->t('studierendenantrag', 'my_lvs'); ?>
diff --git a/cis/private/lehre/abgabe_lektor_zusatz.php b/cis/private/lehre/abgabe_lektor_zusatz.php
index 39488b6c3..b764fd556 100644
--- a/cis/private/lehre/abgabe_lektor_zusatz.php
+++ b/cis/private/lehre/abgabe_lektor_zusatz.php
@@ -121,15 +121,15 @@ echo '
|
- | '.$p->t('abgabetool/kontrollierteSchlagwoerter').':* |
+ '.$p->t('abgabetool/kontrollierteSchlagwoerter').': |
|
- | '.$p->t('abgabetool/deutscheSchlagwoerter').': |
+ '.$p->t('abgabetool/deutscheSchlagwoerter').':* |
|
- | '.$p->t('abgabetool/englischeSchlagwoerter').': |
+ '.$p->t('abgabetool/englischeSchlagwoerter').':* |
|
diff --git a/cis/private/lehre/abgabe_student_details.php b/cis/private/lehre/abgabe_student_details.php
index 6575dcf70..9171a978c 100644
--- a/cis/private/lehre/abgabe_student_details.php
+++ b/cis/private/lehre/abgabe_student_details.php
@@ -64,7 +64,6 @@ if(!isset($_POST['uid']))
$fixtermin = false;
$datum = '01.01.1980';
$kurzbz = '';
- $kontrollschlagwoerter = '';
$schlagwoerter = '';
$schlagwoerter_en = '';
$abstract = '';
@@ -88,7 +87,6 @@ else
$kurzbz = (isset($_POST['kurzbz'])?$_POST['kurzbz']:'');
$betreuer = (isset($_POST['betreuer'])?$_POST['betreuer']:'-1');
$sprache = (isset($_POST['sprache'])?$_POST['sprache']:'German');
- $kontrollschlagwoerter = (isset($_POST['kontrollschlagwoerter'])?$_POST['kontrollschlagwoerter']:'-1');
$schlagwoerter = (isset($_POST['schlagwoerter'])?$_POST['schlagwoerter']:'-1');
$schlagwoerter_en = (isset($_POST['schlagwoerter_en'])?$_POST['schlagwoerter_en']:'-1');
$abstract = (isset($_POST['abstract'])?$_POST['abstract']:'-1');
@@ -211,23 +209,7 @@ if($command=='add')
{
//zusätzliche Daten bearbeiten
//Check der Eingabedaten
- if(strlen($kontrollschlagwoerter)<1)
- {
- $error=true;
- }
- if(mb_strlen($kontrollschlagwoerter)>=150)
- {
- $kontrollschlagwoerter = mb_substr($kontrollschlagwoerter, 0, 146).'...';
- }
- if(strlen($abstract)<1)
- {
- $error=true;
- }
- if(strlen($abstract_en)<1)
- {
- $error=true;
- }
- if($seitenanzahl<1)
+ if((strlen($schlagwoerter) < 1) || (strlen($schlagwoerter_en) < 1) || (strlen($abstract) < 1) || (strlen($abstract_en) < 1) || ($seitenanzahl < 1))
{
$error=true;
}
@@ -237,7 +219,6 @@ if($command=='add')
seitenanzahl = ".$db->db_add_param($seitenanzahl).",
abgabedatum = now(),
sprache = ".$db->db_add_param($sprache).",
- kontrollschlagwoerter = ".$db->db_add_param($kontrollschlagwoerter).",
schlagwoerter_en = ".$db->db_add_param($schlagwoerter_en).",
schlagwoerter = ".$db->db_add_param($schlagwoerter).",
abstract = ".$db->db_add_param($abstract).",
@@ -413,12 +394,9 @@ if($command=="update" && $error!=true)
$htmlstr .= " \n";
}
$htmlstr .= "
\n";
- $htmlstr .= '| '.$p->t('abgabetool/kontrollierteSchlagwoerter').':* |
- |
- |
'."\n";
- $htmlstr .= '| '.$p->t('abgabetool/deutscheSchlagwoerter').': |
+ $htmlstr .= '
| '.$p->t('abgabetool/deutscheSchlagwoerter').':* |
|
'."\n";
- $htmlstr .= '| '.$p->t('abgabetool/englischeSchlagwoerter').': |
+ $htmlstr .= '
| '.$p->t('abgabetool/englischeSchlagwoerter').':* |
|
'."\n";
$htmlstr .= '| '.$p->t('abgabetool/abstract').' '.$p->t('abgabetool/maxZeichen').':* |
|
'."\n";
@@ -657,7 +635,6 @@ if($command!="add")
$htmlstr .= ''."\n";
$htmlstr .= ''."\n";
$htmlstr .= ''."\n";
- $htmlstr .= ''."\n";
$htmlstr .= ''."\n";
$htmlstr .= ''."\n";
$htmlstr .= ''."\n";
diff --git a/cis/private/lehre/swd.php b/cis/private/lehre/swd.php
deleted file mode 100644
index 248779aac..000000000
--- a/cis/private/lehre/swd.php
+++ /dev/null
@@ -1,11 +0,0 @@
-
diff --git a/composer.json b/composer.json
index 089e2a751..7d1627420 100644
--- a/composer.json
+++ b/composer.json
@@ -230,9 +230,9 @@
"type": "package",
"package": {
"name": "olifolkerd/tabulator5",
- "version": "5.2.1",
+ "version": "5.5.2",
"dist": {
- "url": "https://github.com/olifolkerd/tabulator/archive/refs/tags/5.2.1.zip",
+ "url": "https://github.com/olifolkerd/tabulator/archive/refs/tags/5.5.2.zip",
"type": "zip"
}
}
@@ -426,7 +426,7 @@
"npm-asset/primeicons": "5.0.0",
"olifolkerd/tabulator4": "4.9.*",
- "olifolkerd/tabulator5": "5.2.*",
+ "olifolkerd/tabulator5": "5.5.*",
"phpseclib/phpseclib": "2.0.*",
diff --git a/composer.lock b/composer.lock
index aac387eb2..5660e87e9 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "f6e67e501fdd9ac047cc680abeb3daa9",
+ "content-hash": "b6e875dbd1ec2554abbf9f7513806469",
"packages": [
{
"name": "afarkas/html5shiv",
@@ -1511,10 +1511,10 @@
},
{
"name": "olifolkerd/tabulator5",
- "version": "5.2.1",
+ "version": "5.5.2",
"dist": {
"type": "zip",
- "url": "https://github.com/olifolkerd/tabulator/archive/refs/tags/5.2.1.zip"
+ "url": "https://github.com/olifolkerd/tabulator/archive/refs/tags/5.5.2.zip"
},
"type": "library"
},
diff --git a/public/css/Tabulator5.css b/public/css/Tabulator5.css
index c6c4f925e..48124335f 100644
--- a/public/css/Tabulator5.css
+++ b/public/css/Tabulator5.css
@@ -35,3 +35,6 @@
.tabulator-row.tabulator-selected:hover .tabulator-cell {
background-color: #769bcc;
}
+.tabulator .tabulator-col-resize-handle:last-of-type {
+ z-index: 999999;
+}
diff --git a/public/js/components/Studierendenantrag/Form/AbmeldungStgl.js b/public/js/components/Studierendenantrag/Form/AbmeldungStgl.js
index 2bc24e5c7..1650d3638 100644
--- a/public/js/components/Studierendenantrag/Form/AbmeldungStgl.js
+++ b/public/js/components/Studierendenantrag/Form/AbmeldungStgl.js
@@ -26,7 +26,7 @@ export default {
},
computed: {
statusSeverity() {
- switch (this.data.status)
+ switch (this.data?.status)
{
case 'Erstellt': return 'info';
case 'Genehmigt': return 'success';
@@ -169,7 +169,7 @@ export default {
{{$p.t('studierendenantrag', 'antrag_grund')}}:
-
{{data.grund}}
+
{{data?.grund}}
@@ -189,6 +189,8 @@ export default {
+