Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F111987
D136.1732248085.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
552 B
Referenced Files
None
Subscribers
None
D136.1732248085.diff
View Options
diff --git a/src/contents/ui/ConfirmUploadPopup.qml b/src/contents/ui/ConfirmUploadPopup.qml
--- a/src/contents/ui/ConfirmUploadPopup.qml
+++ b/src/contents/ui/ConfirmUploadPopup.qml
@@ -19,7 +19,7 @@
property var total: fileUrls.length
property int currentIndex: 0
property var currentFile: fileUrls[currentIndex] || ''
- property var currentFileBasename: currentFile.split('/').slice(-1)[0]
+ property var currentFileBasename: (new URL(currentFile)).toString().split('/').slice(-1)[0]
title: l10n.get('confirm-upload-popup-title')
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 21, 8:01 PM (16 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38703
Default Alt Text
D136.1732248085.diff (552 B)
Attached To
Mode
D136: Fix file name not being displayed in ConfirmUploadPopup
Attached
Detach File
Event Timeline
Log In to Comment