From fb78c393d086f15ae3f08ebf3d22f26dabe848c9 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 17 Nov 2017 11:02:35 +0100 Subject: [dozmod] Add config option for max. locations per lecture --- modules-available/dozmod/page.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'modules-available/dozmod/page.inc.php') diff --git a/modules-available/dozmod/page.inc.php b/modules-available/dozmod/page.inc.php index 9c247770..548084a2 100644 --- a/modules-available/dozmod/page.inc.php +++ b/modules-available/dozmod/page.inc.php @@ -330,6 +330,7 @@ class Page_DozMod extends Page 'int' => [ 'maxImageValidityDays' => array('min' => 7, 'max' => 999), 'maxLectureValidityDays' => array('min' => 7, 'max' => 999), + 'maxLocationsPerLecture' => array('min' => 0, 'max' => 999), 'maxTransfers' => array('min' => 1, 'max' => 10), ], 'bool' => [ -- cgit v1.2.3-55-g7522