Harald Bamberger
e727c03a42
fix current simple search with modified searchbar, let action always emit actionexecuted event on click to close search in combination with vue router
2025-08-04 13:42:51 +02:00
Harald Bamberger
f62108f1d4
change concatenation of verband, use contact email in Stv search result, use dummy image when viewing anothers profile and foto is null or foto_sperre is not false
2024-12-13 12:09:16 +01:00
Harald Bamberger
5a174e554a
use studentStv in Studentenverwaltung config, add aktiv to student and studentStv result, use studentStv in searchbar component, add searchbar_inaktiv css class, use aktiv to render inactive studentStv results with css class searchbar_inaktiv
2024-12-13 11:25:02 +01:00
SimonGschnell
a3840d4c77
update(Searchbar/Student):shows dummy image if the student has foto_spere true
2024-12-13 10:47:34 +01:00
SimonGschnell
9a1777d1aa
fix(_student searchfunction):fixes the sql logic for non active students
2024-12-12 15:35:56 +01:00
SimonGschnell
df8d4de50b
fix(SearchbarLib/_student): the cis search does not include students that are not aktiv and has a seperate search function for the student search for the Cis and the studentverwaltung
2024-12-12 09:42:38 +01:00
SimonGschnell
85d59f18be
refactor(searchbar/Student): studiengang/verband/email are queried for the display in the searchbar component
2024-12-11 15:30:41 +01:00
Harald Bamberger
05c52e41eb
search only for active orgunits and rooms, also search room description
2024-11-19 17:33:57 +01:00
Harald Bamberger
d4494836b1
fix file permissions erroneously commited as a21a292da6
2024-10-17 15:34:00 +02:00
Harald Bamberger
1f4628720a
Merge branch 'feature-39911/Suche_um_raeume_erweitern' into feature-25999/C4
2024-09-09 11:50:27 +02:00
Harald Bamberger
a8141e5dac
Merge branch 'master' into feature-25999/C4
2024-09-09 11:45:10 +02:00
SimonGschnell
c7e01bd3f2
creates the sql query with the needed room information to be displayed in the search
2024-05-15 14:37:18 +02:00
SimonGschnell
56e6efe416
WIP sql query for the raum search
2024-05-14 15:57:48 +02:00
SimonGschnell
841e3b0390
raum query
2024-05-14 14:21:52 +02:00
ma0068
7bec7016c3
merge master into branch FHC4
2024-03-05 16:31:41 +01:00
SimonGschnell
04f6ee6156
Merge branch 'master' into feature-25999/C4_ma0594dev
2024-02-15 15:16:07 +01:00
SimonGschnell
a21a292da6
dokument upload
2024-01-29 16:48:41 +01:00
Harald Bamberger
d5f6ee2265
improve search to handle multiword search
2024-01-10 15:00:16 +01:00
Harald Bamberger
36f97bafd6
Merge branch 'feature-30659/SearchBar_Controller_sollte_Berechtigungen_berücksichtigen_können' into feature-25562/PV21_Datenbankstruktur_fuer_Vertraege_und_Gehaelter
2024-01-10 14:19:37 +01:00
Harald Bamberger
479df7189c
add oetyp to oe and kst labels in search results
2023-10-19 16:38:15 +02:00
Harald Bamberger
7042427110
fix sql _mitarbeiter_ohne_zuordnung
2023-10-11 16:11:19 +02:00
ma0068
d1377b3f4e
Searchbar Student Prestudent
2023-10-03 16:19:40 +02:00
Paolo
6a7903ef05
- Changed the controller components/SearchBar.php constructor to _not_ start the authentication when the AuthLib is loaded and to check if the user is logged
...
- Added constant ERROR_NOT_AUTH to libraries/SearchBarLib.php
2023-07-18 16:01:03 +02:00
Harald Bamberger
545b9cb0de
modify searchbar add category for employess without kst and oe assignment
2023-07-13 11:35:42 +02:00
Harald Bamberger
e4590909e2
use alias if available instead of uid for email address
2022-09-22 13:20:12 +02:00
Harald Bamberger
bf216e6505
search also in stdkst and oe unit
2022-09-22 10:00:23 +02:00
Harald Bamberger
225b3b7c6e
only show current stdkst in searchresult
2022-09-22 09:39:05 +02:00
Harald Bamberger
de667990a3
add Standard-Kostenstelle to search result for employees
2022-09-21 15:23:45 +02:00
Paolo
537ce0940c
Code quality check improvements
2022-08-31 15:48:35 +02:00
Paolo
b53add9e67
libraries/SearchBarLib->_organisationunit removes from the leaders array those elements with uid and name == null
2022-07-11 16:10:24 +02:00
Paolo
198c6baf3d
- Added new protected method getPostJSON to FHC_Controller to get POSTed JSON
...
- application/controllers/components/Filter.php now makes use of getPostJSON from the FHC_Controller
- RESTClient now POST a JSON request
- public/js/components/filter/Filter.js improvements
2022-07-11 14:54:14 +02:00
Paolo
2f1d5f157f
- Added new constant PHOTO_IMG_URL to application/libraries/SearchBarLib.php
...
- phone and photo_url are now return from SearchBarLib->_mitarbeiter
- SearchBarLib->_organisationunit fixed correct number of employees per organisation unit
- SearchBarLib->_organisationunit now returns the mailgroup
- SearchBarLib->_organisationunit returns an array of leaders, each element of this array is an object having the properties uid and name
2022-07-07 16:56:43 +02:00
Paolo
2a298dc6d1
- Added JSON post parameter check in controllers/components/SearchBar->search
...
- Expanded search capabilities for organization units and employees
2022-06-27 16:22:40 +02:00
Harald Bamberger
47f7c03075
virtualsplit and searchbar vue component, TestSearch Controller and View for Demonstration, minor change to SearchBar Controller to work with posted json
2022-06-24 19:26:37 +02:00
Paolo
147ab92bae
- Added new library libraries/SearchBarLib
...
- Added new controller components/SearchBar
- Removed not anymore used view application/views/system/logs/logsViewerData.php
2022-06-24 17:59:01 +02:00