This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch maintenance-branch
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/maintenance-branch by this 
push:
     new 05be5d6229d CAUSEWAY-3950: [v2] typo in prev. commit (backport from v4)
05be5d6229d is described below

commit 05be5d6229d79576a55ea9740c16d2a26158eaad
Author: andi-huber <[email protected]>
AuthorDate: Sun Jan 18 21:24:21 2026 +0100

    CAUSEWAY-3950: [v2] typo in prev. commit (backport from v4)
---
 .../java/org/apache/causeway/core/config/CausewayConfiguration.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/config/src/main/java/org/apache/causeway/core/config/CausewayConfiguration.java
 
b/core/config/src/main/java/org/apache/causeway/core/config/CausewayConfiguration.java
index 123056dcc64..84084308abd 100644
--- 
a/core/config/src/main/java/org/apache/causeway/core/config/CausewayConfiguration.java
+++ 
b/core/config/src/main/java/org/apache/causeway/core/config/CausewayConfiguration.java
@@ -3372,7 +3372,7 @@ public static class FileUpload {
                 * 
                 * @see 
https://plugins.krajee.com/file-input/plugin-options#disabledPreviewMimeTypes
                 */
-               private List<String> disabledPreviewMimeTypes = 
List.of("object");
+               private List<String> disabledPreviewMimeTypes = 
List.of("text/csv");
                /**
                 * If <code>false</code> disables the file upload preview frame 
entirely.
                 */

Reply via email to