Skip to content

Commit 3b07ce7

Browse files
committed
Merge branch 'dev' into devMaster3007
2 parents 0eccf6b + d007faa commit 3b07ce7

File tree

4 files changed

+2
-23
lines changed

4 files changed

+2
-23
lines changed

ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/datetime/v1/datetime/clientlibs/editor/js/editDialog.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,4 @@
1515
******************************************************************************/
1616
(function($) {
1717
"use strict";
18-
19-
var EDIT_DIALOG = ".cmp-adaptiveform-datetime__editdialog",
20-
DATETIME_MAXLENGTH = EDIT_DIALOG + " .cmp-adaptiveform-datetime__maxlength",
21-
DATETIME_MINLENGTH = EDIT_DIALOG + " .cmp-adaptiveform-datetime__minlength",
22-
BASE_PLACEHOLDER = EDIT_DIALOG + " .cmp-adaptiveform-base__placeholder",
23-
DATETIME_VALUE = EDIT_DIALOG + " .cmp-adaptiveform-datetime__value",
24-
DATETIME_RICHTEXTVALUE = EDIT_DIALOG + " .cmp-adaptiveform-datetime__richtextvalue",
25-
DATETIME_VALIDATIONPATTERN = EDIT_DIALOG + " .cmp-adaptiveform-datetime__validationpattern",
26-
DATETIME_VALIDATIONFORMAT = EDIT_DIALOG + " .cmp-adaptiveform-datetime__validationformat",
27-
Utils = window.CQ.FormsCoreComponents.Utils.v1;
28-
29-
function handleValidationPatternDropDown(dialog) {
30-
Utils.handlePatternDropDown(dialog,DATETIME_VALIDATIONPATTERN,DATETIME_VALIDATIONFORMAT);
31-
}
32-
33-
function handleValidationFormat(dialog){
34-
Utils.handlePatternFormat(dialog,DATETIME_VALIDATIONPATTERN,DATETIME_VALIDATIONFORMAT);
35-
}
36-
37-
Utils.initializeEditDialog(EDIT_DIALOG)(handleValidationPatternDropDown,handleValidationFormat);
38-
3918
})(jQuery);

ui.tests/test-module/libs/commons/localeDataSets.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const languages = [
140140
},
141141
I18N_STRINGS: {
142142
"FileCloseAccessText" : "Premete Invio per eliminare il file ",
143-
"FileSizeGreater" : "I file ${0} superano le dimensioni previste: ${1} MB.",
143+
"FileSizeGreater" : "I file ${0} superano le dimensioni previste: ${1} MB.",
144144
"FileNameInvalid" : 'Non allegare file il cui nome inizia con (.), contiene \\ / : * ? " < > | ; % $ oppure è una parola chiave riservata come nul, prn, con, lpt o com.',
145145
"FileMimeTypeInvalid" : "I file ${0} non sono tipi di file supportati",
146146
"InternalFormSubmissionError" : "Errore interno durante l'invio del modulo."
@@ -170,7 +170,7 @@ const languages = [
170170
},
171171
I18N_STRINGS: {
172172
"FileCloseAccessText" : "Appuyer sur Entrée pour supprimer le fichier ",
173-
"FileSizeGreater" : '${0} fichier(s) dépasse(nt) la taille attendue : ${1} Mo.',
173+
"FileSizeGreater" : "${0} fichier(s) dépasse(nt) la taille attendue : ${1} Mo.",
174174
"FileNameInvalid" : "Ne joignez pas de fichiers dont le nom commence par (.), contient \\ / : * ? \" < > | ; % $, ou est un mot-clé réservé comme nul, prn, con, lpt ou com.",
175175
"FileMimeTypeInvalid" : "Le ou les fichiers ${0} sont des types de fichiers non pris en charge",
176176
"InternalFormSubmissionError" : "Une erreur interne s'est produite lors de l'envoi du formulaire."

0 commit comments

Comments
 (0)