Harald Bamberger
7df9576481
add tabulator header filters to logsviewer
2022-11-11 15:02:39 +01:00
Paolo
50bf478f0b
If the title is not provided to the FilterComponent then the title div is not rendered
2022-11-04 14:06:50 +01:00
Paolo
317a1f87fa
Added colors to the LogsViewer app
2022-11-04 13:56:54 +01:00
Werner Masik
4480b6ce57
removed 'Bottom Panel' text from verticalSplitter because it is shown on empty pages
2022-10-17 12:36:08 +02:00
Paolo
08a58b919a
Added the operations equal and not equal for strings in the FilterComponent
2022-10-10 14:55:49 +02:00
Paolo
ba5fb29d13
Merge branch 'feature-19473/VUE_Filter_Navigation_Widgets' of github.com:FH-Complete/FHC-Core into feature-19473/VUE_Filter_Navigation_Widgets
2022-10-10 14:44:31 +02:00
Paolo
aead693675
- Removed not used methods sortSelectedFields, removeSelectedField and addSelectedField from controllers/components/Filter
...
- Removed not used methods sortSelectedFields, addSelectedField and removeSelectedField from libraries/FilterCmptLib
- CSS fixes for FilterComponent and NavigationComponent
- Removed not used API calls from public/js/components/filter/API.js
- Added second level menu entries to the NavigationComponent
- Added new property side-menu to the FilterComponent to render the filters selection via the NavigationComponent or directly from the FilterComponent
- FilterComponent:
- Column positioning is now managed by tabulator
- Splitted the column selection from the filter options
- Added the rendering of the filters selection via an optional dropdown
- Changed the usability and the look of the filter options
- German translation
2022-10-10 14:38:02 +02:00
Andreas Österreicher
ae4bf1feb1
Merge branch 'master' into feature-19473/VUE_Filter_Navigation_Widgets
2022-09-30 14:54:07 +02:00
Andreas Österreicher
17ad37ac8e
Merge branch 'feature-24767/infocenter_zgv_pruefungen_und_lehre_error'
2022-09-26 16:45:06 +02:00
Harald Bamberger
921b1d337d
fix typo
2022-09-22 10:21:24 +02:00
Harald Bamberger
85338b8477
add PersonalFilters to sideMenu, refresh sideMenu in the session after a custom filter was saved
2022-09-21 15:56:42 +02:00
Harald Bamberger
de667990a3
add Standard-Kostenstelle to search result for employees
2022-09-21 15:23:45 +02:00
Paolo
aa217a42d4
Fixed handlerApplyFilterFields of the components/filter/Filter
2022-09-21 12:47:07 +02:00
Paolo
07a1d7ecb2
- Added CSS for the navigation component and the filter component
...
- Changed layout of the filter component
2022-09-19 16:31:55 +02:00
Cris
d366c672b9
Merge branch 'master' into feature-18224/Anrechnungen_ECTS-Grenze
2022-09-15 10:18:11 +02:00
Cris
941bbaaa79
Fixed falschen ECTS Höchstgrenze Hinweis in STGL Detailansicht
...
Es wird nun bei der Berechnung der ECTS Höchstgrenze auch auf den
Anrechnungsgrund geschaut.
2022-09-15 10:17:02 +02:00
ma0048
f0cec85d8f
style anpassungen und funktionen geloescht
2022-09-14 11:57:23 +02:00
Andreas Österreicher
1d93652b0c
Merge branch 'master' into feature-19538/Gruppenadministratoren
2022-09-12 18:07:13 +02:00
Andreas Österreicher
9afd03d630
Merge branch 'feature-18984/infocenter_tool_fuer_lehrgaenge_anpassen'
2022-09-12 12:50:43 +02:00
ma0048
33b35286d3
Merge remote-tracking branch 'origin/master' into feature-18984/infocenter_tool_fuer_lehrgaenge_anpassen
2022-09-12 10:15:50 +02:00
ma0048
98cf234f6f
Merge remote-tracking branch 'origin/master' into feature-18940/infocenter_loeschen_von_dokumenten
2022-09-12 09:52:19 +02:00
Cris
3a595dda58
Merge branch 'master' into feature-18224/Anrechnungen_ECTS-Grenze
...
# Conflicts:
# application/controllers/lehre/anrechnung/RequestAnrechnung.php
2022-09-08 14:15:49 +02:00
Cris
15121ced6d
Fixed missing disabled formular and wrong status-test when student emits Anrechnung with Begruendung Hochschule
2022-09-08 14:08:46 +02:00
ma0068
52fe5a78e1
Merge branch 'master' into feature-18940/infocenter_loeschen_von_dokumenten
2022-09-06 09:17:39 +02:00
ma0048
90a13e445c
fix damit messages wieder geschickt werden
2022-08-31 11:33:29 +02:00
Harald Bamberger
238810b5a8
workaround issue with resizable columns
2022-08-19 12:38:29 +02:00
Harald Bamberger
582cb20b72
rename Handler functions to do not have a data and methods property error
2022-08-18 15:27:02 +02:00
Paolo
c9eb60aade
Removed tabulator property from Filter component
2022-08-18 14:52:50 +02:00
Paolo
a0e2d7e37d
Filter component: changed columns handling for the tabulator
2022-08-18 11:53:54 +02:00
Harald Bamberger
dd38765237
Merge branch 'feature-19538/Gruppenadministratoren' into feature-19473/VUE_Filter_Navigation_Widgets
2022-08-16 10:25:46 +02:00
Cris
fabdb70d72
Merge branch 'feature-18224/Anrechnungen_ECTS-Grenze' into feature-19473/VUE_Filter_Navigation_Widgets
2022-08-10 16:08:54 +02:00
Harald Bamberger
7499a7f90a
navigation component add option to pass css classes for left menu, verticalsplit add isCollapsed function, searchbar remove search button and prevent page reload on pressing enter
2022-08-09 17:12:47 +02:00
Cris
c0ce8997ba
Optimized Usability: Column 'Details' now on very left side of table
...
User needs to open details link very often, but needed to scroll until end of table to open link.
Now the link is set as first column to provide direct access.
2022-08-09 16:52:23 +02:00
Cris
844bfe9150
Fixed wrong 'Bisher angerechnete ECTS' calculation when approving and withdrawing in one go
2022-08-09 11:10:16 +02:00
Paolo
6d81e36e68
Merge branch 'master' into feature-19473/VUE_Filter_Navigation_Widgets
2022-08-08 12:11:08 +02:00
Paolo
b912ca9a06
Navigation and Filter components code improvements
2022-08-08 10:31:30 +02:00
Cris
bb8a2a97a5
Fixed: Unclickable URLs after approving Anrechnung are clickable now
2022-08-02 15:25:06 +02:00
Cris
bf3ed6e48e
Corrected ECTS Summen Display in Detail View when Withdrawing
...
If STGL withdraws a former rejection, there is no need to substract the ECTS in "Bisher angerechnete ECTS".
This is needed only if STGL withdraws a former approvement.
2022-07-27 16:22:17 +02:00
Cris
952d5e51b2
Refactoring der Dynamischen Max-ECTS-Berechnungsspalte, Berechnungen stimmen nun auch nach einem Genehmigungs-Update
2022-07-27 16:03:24 +02:00
Cris
94644b4403
Adapted: Hochschulqualifikation werden bei Berechnung der max ECTS Überschreitung ausgenommen
...
Anrechnung aufgrund von Hochschulqualifikationen sind ungeschränkt möglich.
2022-07-26 18:22:51 +02:00
Cris
7b9fd39bbc
Added: Hochschul-Qualifikation + ECTS Anzeige in Student View
...
Checkbox zur Angabe von Hochschulqualifikation
Anzeige, wenn ECTS Grenzen überschritten werden.
2022-07-26 18:18:08 +02:00
Cris
86d7f8a35e
Code refactoring of Dynamic ECTS Summen
...
. now build with tabulators column formatter.
. rows are reinitialized instead of using the updateData.
. format of cell background-color has moved out from row formatter to cell formatter
2022-07-20 11:25:35 +02:00
Cris
760e5758ce
Optimized performance of all 'Alle auswählen'-buttons defined via tableWidgetHook
...
...by passing an array of rows to be selected, instead of selecting each row one by one.
Further triggered functions, e.g. rowSelectionChanged, are now called once only, not for each row.
2022-07-19 17:50:37 +02:00
Cris
4ba1f2cef5
Changed: Dynamic ECTS Summen (LV ECTS Sum by Prestudent + former ECTS) now build with tabulators mutator and rowFormatter
2022-07-18 17:38:20 +02:00
Paolo
267f5b2972
- Added new directory public/js/apps/LogsViewer/
...
- Moved public/js/apps/LogsViewer.js to public/js/apps/LogsViewer/
- Added new JS file public/js/apps/LogsViewer/TabulatorSetup.js to setup the tabulator in the LogsViewer app
- Added new property tabulatorEvents to the FilterCmpt to subscribe events for the tabulator
2022-07-14 11:28:06 +02:00
Paolo
de07d1f340
Switched FilterCmpt to tabulator
2022-07-13 18:57:55 +02:00
Paolo
e433affcc3
- Fixed disappearing side menu when additional menu entries are provided by another component
...
- Fixed wrong parameter for removeFilterField call
2022-07-13 15:44:00 +02:00
Paolo
ae70dbcb64
Fixed includes of filter type in FilterCmptLib when it is declared in an extension
2022-07-12 14:09:17 +02:00
Paolo
f7e057d7db
Fixed identation public/js/components/filter/Filter.js
2022-07-12 13:02:16 +02:00
Paolo
abcb575ef0
Added swith to turn on/off the top menu of the navigation component
2022-07-12 11:02:56 +02:00