mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-17 04:52:10 +01:00
rollback changes on branches overview
This commit is contained in:
@@ -52,9 +52,7 @@
|
||||
"overview": {
|
||||
"title": "Übersicht aller verfügbaren Branches",
|
||||
"noBranches": "Keine Branches gefunden.",
|
||||
"createButton": "Branch erstellen",
|
||||
"lastModifier": "von",
|
||||
"lastModified": "Aktualisiert"
|
||||
"createButton": "Branch erstellen"
|
||||
},
|
||||
"table": {
|
||||
"branches": "Branches"
|
||||
|
||||
@@ -52,9 +52,7 @@
|
||||
"overview": {
|
||||
"title": "Overview of all branches",
|
||||
"noBranches": "No branches found.",
|
||||
"createButton": "Create Branch",
|
||||
"lastModifier": "by",
|
||||
"lastModified": "Updated"
|
||||
"createButton": "Create Branch"
|
||||
},
|
||||
"table": {
|
||||
"branches": "Branches"
|
||||
|
||||
@@ -123,8 +123,7 @@ public class BranchRootResource {
|
||||
public Response get(
|
||||
@PathParam("namespace") String namespace,
|
||||
@PathParam("name") String name,
|
||||
@PathParam("branch") String branchName,
|
||||
@QueryParam("fullInformation") @DefaultValue("false") boolean fullInformation
|
||||
@PathParam("branch") String branchName
|
||||
) throws IOException {
|
||||
NamespaceAndName namespaceAndName = new NamespaceAndName(namespace, name);
|
||||
try (RepositoryService repositoryService = serviceFactory.create(namespaceAndName)) {
|
||||
|
||||
Reference in New Issue
Block a user