adding missing segment argument

This commit is contained in:
Niels Lyngsø
2020-01-22 11:40:53 +01:00
parent 686e1beb74
commit 5acca8c416

View File

@@ -255,7 +255,7 @@ function serverValidationManager($timeout) {
* This will always return any callbacks registered for just the property (i.e. field name is empty) and for ones with an
* explicit field name set.
*/
getPropertyCallbacks: function (propertyAlias, culture, fieldName) {
getPropertyCallbacks: function (propertyAlias, culture, segment, fieldName) {
//normalize culture to "invariant"
if (!culture) {