Merge pull request '[PDF] For bug #74003' (#374) from fix/pdf-bugs into release/v9.0.0

This commit is contained in:
Julia Radzhabova
2025-04-11 08:27:14 +00:00
2 changed files with 4 additions and 0 deletions

View File

@ -1986,6 +1986,9 @@ define([
else if (oInfo["less"] != null) {
config.msg = Common.Utils.String.format(this.txtInvalidLess, oInfo["target"]["api"]["name"], oInfo["less"]);
}
else {
config.msg = Common.Utils.String.format(this.txtInvalidValue, oInfo["target"]["api"]["name"]);
}
// if (!Common.Utils.ModalWindow.isVisible() || $('.asc-window.modal.alert[data-value=' + id + ']').length<1)
Common.UI.alert(config).$window.attr('data-value', id);

View File

@ -993,6 +993,7 @@
"PDFE.Controllers.Main.txtClickToLoad": "Click to load image",
"PDFE.Controllers.Main.txtEditingMode": "Set editing mode...",
"PDFE.Controllers.Main.txtEnterDate": "Enter a date",
"PDFE.Controllers.Main.txtInvalidValue": "Ivalid value for field \"{0}\"",
"PDFE.Controllers.Main.txtInvalidGreater": "Ivalid value for field \"{0}\": must be greater than or equal to {1}.",
"PDFE.Controllers.Main.txtInvalidGreaterLess": "Ivalid value for field \"{0}\": must be greater than or equal to {1} and less then or equal to {2}.",
"PDFE.Controllers.Main.txtInvalidLess": "Ivalid value for field \"{0}\": must be less than or equal to {1}.",