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

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


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

commit b3fee34689a856116c32d026748b3b226243ed2a
Author: andi-huber <[email protected]>
AuthorDate: Sun Jan 18 21:30:01 2026 +0100

    CAUSEWAY-3950: [v3] 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 a4be80814eb..7869bb20c83 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
@@ -3408,7 +3408,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