2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Cleanup about and version dialogs (#6235)

This commit is contained in:
Oliver
2024-01-14 10:10:34 +11:00
committed by GitHub
parent 9070eaad60
commit f27503b1af
5 changed files with 65 additions and 19 deletions

View File

@ -52,7 +52,7 @@ class VersionView(APIView):
'code': InvenTree.version.inventreeGithubUrl(),
'credit': InvenTree.version.inventreeCreditsUrl(),
'app': InvenTree.version.inventreeAppUrl(),
'bug': f'{InvenTree.version.inventreeGithubUrl()}/issues',
'bug': f'{InvenTree.version.inventreeGithubUrl()}issues',
},
})