1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-09 08:17:12 +02:00
This commit is contained in:
Ryan Cramer
2023-07-21 11:05:27 -04:00
parent 3b1e349a4a
commit 4c6c2b7c89
2 changed files with 3 additions and 3 deletions

View File

@@ -1389,8 +1389,8 @@ function InputfieldDependencies($target) {
}
} else if(condition.type == 'required') {
if(matched > 0) {
// make it required it
if(matched >= numMatchesRequired) {
// make it required
requiredMatches++;
} else {
notRequiredMatches++;

File diff suppressed because one or more lines are too long