mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
name attributes for components added
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
if (! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
// use vuejs dev version
|
||||
$config['use_vuejs_dev_version'] = false;
|
||||
$config['use_vuejs_dev_version'] = true;
|
||||
// use bundled javascript
|
||||
$config['use_bundled_javascript'] = false;
|
||||
@@ -24,6 +24,7 @@ import StvStudiensemester from "./Studentenverwaltung/Studiensemester.js";
|
||||
|
||||
|
||||
export default {
|
||||
name: 'Studentenverwaltung',
|
||||
components: {
|
||||
CoreSearchbar,
|
||||
VerticalSplit,
|
||||
|
||||
@@ -4,6 +4,7 @@ import FhcTabs from "../../Tabs.js";
|
||||
// TODO(chris): phrasen
|
||||
|
||||
export default {
|
||||
name: "DetailsPrestudent",
|
||||
components: {
|
||||
FhcTabs
|
||||
},
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import AbschlussPruefung from "./Abschlusspruefung/Abschlusspruefung.js";
|
||||
|
||||
export default {
|
||||
name: "TabFinalExam",
|
||||
components: {
|
||||
AbschlussPruefung
|
||||
},
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import CoreBetriebsmittel from "../../../Betriebsmittel/Betriebsmittel.js";
|
||||
|
||||
export default {
|
||||
name: "TabRessources",
|
||||
components: {
|
||||
CoreBetriebsmittel
|
||||
},
|
||||
|
||||
@@ -6,6 +6,7 @@ import CoreUdf from '../../../Udf/Udf.js';
|
||||
|
||||
|
||||
export default {
|
||||
name: "TabDetails",
|
||||
components: {
|
||||
CoreForm,
|
||||
FormInput,
|
||||
|
||||
@@ -3,6 +3,7 @@ import ContactList from "./Kontakt/Contact.js";
|
||||
import BankaccountList from "./Kontakt/Bankaccount.js";
|
||||
|
||||
export default {
|
||||
name: "TabContact",
|
||||
components: {
|
||||
AddressList,
|
||||
ContactList,
|
||||
|
||||
@@ -6,6 +6,7 @@ import FormForm from '../../../../Form/Form.js';
|
||||
import FormInput from '../../../../Form/Input.js';
|
||||
|
||||
export default{
|
||||
name: 'AddressComponent',
|
||||
components: {
|
||||
CoreFilterCmpt,
|
||||
PvAutoComplete,
|
||||
|
||||
@@ -4,6 +4,7 @@ import FormForm from '../../../../Form/Form.js';
|
||||
import FormInput from '../../../../Form/Input.js';
|
||||
|
||||
export default{
|
||||
name: 'BankaccountComponent',
|
||||
components: {
|
||||
CoreFilterCmpt,
|
||||
BsModal,
|
||||
|
||||
@@ -5,6 +5,7 @@ import FormForm from '../../../../Form/Form.js';
|
||||
import FormInput from '../../../../Form/Input.js';
|
||||
|
||||
export default{
|
||||
name: 'ContactComponent',
|
||||
components: {
|
||||
CoreFilterCmpt,
|
||||
PvAutoComplete,
|
||||
|
||||
@@ -6,6 +6,7 @@ import KontoEdit from "./Konto/Edit.js";
|
||||
const LOCAL_STORAGE_ID_FILTER = 'stv_details_konto_2024-01-11_filter';
|
||||
|
||||
export default {
|
||||
name: "TabBanking",
|
||||
components: {
|
||||
CoreFilterCmpt,
|
||||
FormInput,
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import TableMobility from "./Mobility/Mobility.js";
|
||||
|
||||
export default {
|
||||
name: "TabMobility",
|
||||
components: {
|
||||
TableMobility
|
||||
},
|
||||
|
||||
@@ -5,6 +5,7 @@ import CoreForm from '../../../../../Form/Form.js';
|
||||
import FormInput from '../../../../../Form/Input.js';
|
||||
|
||||
export default {
|
||||
name: "MobilityPurpose",
|
||||
components: {
|
||||
CoreFilterCmpt,
|
||||
BsModal,
|
||||
|
||||
@@ -5,6 +5,7 @@ import CoreForm from '../../../../../Form/Form.js';
|
||||
import FormInput from '../../../../../Form/Input.js';
|
||||
|
||||
export default {
|
||||
name: "MobilitySupport",
|
||||
components: {
|
||||
CoreFilterCmpt,
|
||||
BsModal,
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import TblMultiStatus from "./Prestudent/MultiStatus.js";
|
||||
|
||||
export default {
|
||||
name: "TabStatus",
|
||||
components: {
|
||||
TblMultiStatus
|
||||
},
|
||||
|
||||
@@ -5,6 +5,7 @@ import NotenRepeater from './Noten/Repeater.js';
|
||||
const LOCAL_STORAGE_ID = 'stv_details_noten_2024-11-25_stdsem_all';
|
||||
|
||||
export default {
|
||||
name: "TabGrades",
|
||||
components: {
|
||||
NotenZeugnis,
|
||||
NotenTeacher,
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import CoreNotiz from "../../../Notiz/Notiz.js";
|
||||
|
||||
export default {
|
||||
name: "TabNotes",
|
||||
components: {
|
||||
CoreNotiz
|
||||
},
|
||||
|
||||
@@ -5,6 +5,7 @@ import TblHistory from "./Prestudent/History.js";
|
||||
import CoreUdf from '../../../Udf/Udf.js';
|
||||
|
||||
export default {
|
||||
name: "TabPrestudent",
|
||||
components: {
|
||||
FormForm,
|
||||
FormInput,
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import PruefungList from "./Pruefung/Pruefunglist.js";
|
||||
|
||||
export default {
|
||||
name: "TabExam",
|
||||
components: {
|
||||
PruefungList
|
||||
},
|
||||
|
||||
@@ -3,6 +3,7 @@ import ListNew from './List/New.js';
|
||||
|
||||
|
||||
export default {
|
||||
name: "ListPrestudents",
|
||||
components: {
|
||||
CoreFilterCmpt,
|
||||
ListNew
|
||||
|
||||
Reference in New Issue
Block a user