umbraco/Umbraco-CMS

V14 - The name of the uploaded file in the Content section is not correct

Closed this issue · 1 comments

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

14.3.0-rc

Bug summary

When you upload a file in the content section, the name of the file is not correct after saving. (see the image)
image

Specifics

No response

Steps to reproduce

  1. Create a content with Upload Article data type
  2. Upload a file (ex: Article.pdf)
  3. Save the changes
  4. Reload the page

Expected result / actual result

The name of the uploaded file is ".pdf". It should be "/media/tylbf3k3/article.pdf" as in V13

This seems to have been fixed in v15, but unfortunately I have no pull request to link it to.