diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2024-05-20 14:44:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-20 06:44:16 +0000 |
commit | de9bcd1d23523d736234ccbf73adce4746575e1b (patch) | |
tree | 90cb8c9bfd856f84412f1d84e81146c2f866bc1f /options | |
parent | f48cc501c46a2d34eb701561f01d888d689d60d5 (diff) | |
download | gitea-de9bcd1d23523d736234ccbf73adce4746575e1b.tar.gz gitea-de9bcd1d23523d736234ccbf73adce4746575e1b.zip |
Avoid 500 panic error when uploading invalid maven package file (#31014)
PackageDescriptor.Metadata might be nil (and maybe not only for maven).
This is only a quick fix.
The new `if` block is written intentionally to avoid unnecessary
indenting to the existing code.
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index a85b107eee..db4e3ec56b 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3415,6 +3415,7 @@ error.unit_not_allowed = You are not allowed to access this repository section. title = Packages desc = Manage repository packages. empty = There are no packages yet. +no_metadata = No metadata. empty.documentation = For more information on the package registry, see <a target="_blank" rel="noopener noreferrer" href="%s">the documentation</a>. empty.repo = Did you upload a package, but it's not shown here? Go to <a href="%[1]s">package settings</a> and link it to this repo. registry.documentation = For more information on the %s registry, see <a target="_blank" rel="noopener noreferrer" href="%s">the documentation</a>. |