Merge remote-tracking branch 'origin/support/2.7' into develop

# Conflicts:
#	js/utils.js
This commit is contained in:
Pierre Goiffon
2021-11-03 11:19:23 +01:00
2 changed files with 23 additions and 12 deletions

View File

@@ -666,7 +666,7 @@ Dict.Format = function () {
var args = Array.from(arguments);
args[0] = Dict.S(arguments[0]);
return Format(args);
}
};
// TODO 3.0.0: Move functions above either in CombodoGlobalToolbox or CombodoBackofficeToolbox and deprecate them
/**
@@ -1073,4 +1073,4 @@ const CombodoSanitizer = {
return sEncodedValue;
}
}
};