This repository has been archived by the owner on Jan 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* | ||
* @author Stefan Siegl | ||
* | ||
* Copyright (c) 2013,2017 Stefan Siegl <[email protected]> | ||
* Copyright (c) 2013,2017,2018 Stefan Siegl <[email protected]> | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Affero General Public License as | ||
|
@@ -60,7 +60,7 @@ var validationRules = { | |
|
||
jahr: [ | ||
rules.required, | ||
rules.range(2010, 2017) | ||
rules.range(2010, 2018) | ||
], | ||
|
||
type: [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* | ||
* @author Stefan Siegl | ||
* | ||
* Copyright (c) 2012,2013,2016,2017 Stefan Siegl <[email protected]> | ||
* Copyright (c) 2012,2013,2016,2017,2018 Stefan Siegl <[email protected]> | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Affero General Public License as | ||
|
@@ -60,7 +60,7 @@ var validationRules = { | |
|
||
jahr: [ | ||
rules.required, | ||
rules.range(2010, 2017) | ||
rules.range(2010, 2018) | ||
], | ||
|
||
zeitraum: [ | ||
|