aboutsummaryrefslogtreecommitdiff
path: root/lib/classes/DataFieldSelectboxEntry.php
AgeCommit message (Collapse)Author
2025-08-26fix filters for select and boolean, fix filtering for deleted datafields, ↵biest-5848Jan-Hendrik Willms
use default as well, some cleanup
2025-08-26adjust according to elmar's reviewJan-Hendrik Willms
2025-08-26fix datafield select on admin courses by using the same underlying method as ↵Jan-Hendrik Willms
in the datafield itself (and prevent php warning on admin page), fixes #5848
2024-06-18Deprecate `StudipAutoloader` and use composer's `autoload`Marcus Eibrink-Lunzenauer
Closes #4282 Merge request studip/studip!3099