You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* FORMS-20262: Handle invalid file attachments on client-side
* add functionality to get collated alert message with multiple invalid errors
* FORMS-20262: Update alert message content
* FORMS-20262: Update alert message content
* FORMS-20262: revert the fileinput base class to clean state
* FORMS-20262: add size zero file error in error list
* FORMS-20262: create fileinput v4
* checks for file size of 0 and throws error
* collates all error messages in single alert
* FORMS-20262: Update file input v4 readme
* FORMS-20262: Update component version to v4 in readme
* FORMS-20262: test cases for fileinput v4
* add collateral
* create page for fileinput v4
* FORMS-20262: Update copyright year
* FORMS-20262: fix resource super type
* FORMS-20262: fix tracking feature for file input
* FORMS-20262: add error message for zero-bytes file in all locale
* FORMS-20262: mark head text as isHeading
* FORMS-20262: pom replace fileinput v4 in libs
Copy file name to clipboardExpand all lines: examples/ui.apps/src/main/content/jcr_root/apps/forms-components-examples/components/form/fileinput/.content.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,5 @@
3
3
jcr:primaryType="cq:Component"
4
4
jcr:title="Adaptive Form File Attachment"
5
5
jcr:description="Add a button to upload one or more files as form attachment."
<!-- Adding core.forms.components.it.runtime.all as we need to embed all component client libraries inside all due to inter dependency between them -->
21
+
<!-- core.forms.components.it.textinput.v1.runtime is embedded as part of core.forms.components.it.runtime.all -->
Copy file name to clipboardExpand all lines: ui.af.apps/src/main/content/jcr_root/apps/core/fd/af-clientlibs/core-forms-components-runtime-all/.content.xml
Copy file name to clipboardExpand all lines: ui.af.apps/src/main/content/jcr_root/apps/core/fd/af-clientlibs/core-forms-components-runtime-all/resources/i18n/de.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
"FileNameInvalid": "Hängen Sie keine Dateien an, deren Dateiname mit (.) beginnt, \\ / : * ? \" < > | ; % oder $ enthält oder ein reserviertes Schlüsselwort wie nul, prn, con, lpt oder com ist.",
5
5
"FileMimeTypeInvalid": "Datei(en) ${0} ist/sind nicht unterstützte(r) Dateityp(en)",
6
6
"InternalFormSubmissionError": "Beim Übermitteln des Formulars ist ein interner Fehler aufgetreten.",
7
+
"FileSizeZero": "Die hochgeladenen Dateien ${0} sind leer. Stellen Sie sicher, dass Sie Dateien mit Inhalt hochladen.",
7
8
"type": "Bitte geben Sie einen gültigen Wert ein.",
8
9
"required": "Bitte füllen Sie dieses Feld aus.",
9
10
"minimum": "Der Wert muss größer als oder gleich ${0} sein.",
Copy file name to clipboardExpand all lines: ui.af.apps/src/main/content/jcr_root/apps/core/fd/af-clientlibs/core-forms-components-runtime-all/resources/i18n/en.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
"FileNameInvalid" : "Do not attach files where filename starts with (.), contains \\ / : * ? \" < > | ; % $, or is a reserved keyword like nul, prn, con, lpt, or com.",
5
5
"FileMimeTypeInvalid" : "File(s) ${0} are unsupported file types",
6
6
"InternalFormSubmissionError" : "Encountered an internal error while submitting the form.",
7
+
"FileSizeZero" : "The uploaded file(s) ${0} are empty. Make sure you're uploading file(s) with content.",
7
8
"type" : "Please enter a valid value.",
8
9
"required" : "Please fill in this field.",
9
10
"minimum" : "Value must be greater than or equal to ${0}.",
Copy file name to clipboardExpand all lines: ui.af.apps/src/main/content/jcr_root/apps/core/fd/af-clientlibs/core-forms-components-runtime-all/resources/i18n/es.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
"FileNameInvalid": "No adjunte archivos cuyo nombre comience con (.), contenga \\ / : * ? \" < > | ; % $, o sea una palabra clave reservada como nul, prn, con, lpt o com.",
5
5
"FileMimeTypeInvalid": "Los tipos de archivo ${0} no son compatibles",
6
6
"InternalFormSubmissionError": "Error interno al enviar el formulario.",
7
+
"FileSizeZero": "Los archivos subidos ${0} están vacíos. Asegúrate de que estén subiendo archivos con contenido",
7
8
"type": "Introduzca un valor válido.",
8
9
"required": "Rellene este campo.",
9
10
"minimum": "El valor debe ser mayor que o igual a ${0}.",
0 commit comments