refactor: change SCSemester acronym pattern

This commit is contained in:
Rainer Killinger
2020-12-02 17:19:46 +01:00
parent 377f55bbbe
commit db0a239761

View File

@@ -29,7 +29,7 @@ export interface SCSemesterWithoutReferences
* The short name of the semester, using the given pattern.
*
* @filterable
* @pattern ^(WS|SS) [0-9]{4}(/[0-9]{2})?$
* @pattern ^(WS|SS|WiSe|SoSe) [0-9]{4}(/[0-9]{2})?$
* @keyword
*/
acronym: string;