Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Genesys Website
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
27
Issues
27
List
Boards
Labels
Milestones
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Genesys PGR
Genesys Website
Commits
b3ff4827
Commit
b3ff4827
authored
Jun 04, 2019
by
Matija Obreza
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix download metadata URL
parent
0d2e77b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/repository/ui/RepositoryBrowser.tsx
src/repository/ui/RepositoryBrowser.tsx
+1
-1
No files found.
src/repository/ui/RepositoryBrowser.tsx
View file @
b3ff4827
...
...
@@ -201,7 +201,7 @@ class RepositoryBrowser extends React.Component<IRepositoryBrowserProps, any> {
<
ContentHeaderWithButton
isSecondary
title=
{
<
FolderCrumbs
root=
{
root
}
path=
{
path
}
/>
}
buttons=
{
folder
&&
<
span
>
{
folder
.
folder
&&
folder
.
folder
.
_permissions
.
manage
&&
<
a
href=
{
`${apiUrl}/api/v1/repository/download/folder-metadata${folderPath
}`
.
replace
(
/
\/\/
/
,
'
/
'
)
}
>
<
a
href=
{
`${apiUrl}/api/v1/repository/download/folder-metadata${folderPath
.replace(/\/\//, '/')}`
}
>
<
Button
key=
"downloadm"
variant=
"contained"
>
{
t
(
'
repository.admin.p.repositoryBrowser.downloadFolderMetadata
'
)
}
</
Button
>
</
a
>
}
{
folder
.
folder
&&
folder
.
folder
.
_permissions
.
manage
&&
...
...
Matija Obreza
@mobreza
mentioned in issue
#337 (closed)
·
Jun 04, 2019
mentioned in issue
#337 (closed)
mentioned in issue #337
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment